Revert "Use config file to store sessions"

This reverts commit 850aa7a9
This commit is contained in:
bytedream 2023-07-13 16:07:05 +02:00
parent 8490263e84
commit dd2033d323
8 changed files with 48 additions and 179 deletions

View file

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