Extract auth dialog into module

This commit is contained in:
Joscha 2022-08-21 02:36:17 +02:00
parent 9ad550f98c
commit 878467835e
3 changed files with 106 additions and 54 deletions

View file

@ -1,3 +1,4 @@
mod auth;
mod nick;
mod nick_list;
mod popup;