Restore the browser auth, related #360

This commit is contained in:
Kevin Yue
2024-05-07 11:40:44 -04:00
parent 97c3998383
commit ddeef46d2e
8 changed files with 12 additions and 9 deletions

View File

@@ -2,6 +2,8 @@ pub(crate) mod command_traits;
pub(crate) mod gui_helper_launcher;
pub mod auth_launcher;
#[cfg(feature = "browser-auth")]
pub mod browser_authenticator;
pub mod gui_launcher;
pub mod hip_launcher;
pub mod service_launcher;