Enable usage of auth flags behind login command

This commit is contained in:
ByteDream 2023-05-07 01:34:41 +02:00
parent c2e953043e
commit 61766c74fa
4 changed files with 59 additions and 33 deletions

View file

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