Actually remove session file if login remove flag is set

This commit is contained in:
ByteDream 2023-04-13 21:35:28 +02:00
parent d8d1f8a443
commit 3c648f4192
3 changed files with 16 additions and 12 deletions

View file

@ -1,4 +1,4 @@
mod command;
pub use command::login_file_path;
pub use command::session_file_path;
pub use command::Login;