Use config file to store sessions

This commit is contained in:
bytedream 2023-07-13 13:51:02 +02:00
parent 9ad27102fc
commit 850aa7a969
8 changed files with 177 additions and 47 deletions

View file

@ -1,3 +1,3 @@
mod command;
pub use command::{session_file_path, Login, LoginMethod};
pub use command::{Login, LoginMethod};