diff --git a/apps/app/src/api/auth.rs b/apps/app/src/api/auth.rs index f38d412..04e4276 100644 --- a/apps/app/src/api/auth.rs +++ b/apps/app/src/api/auth.rs @@ -146,7 +146,7 @@ pub async fn login( }, )?), ) - .title("Sign into Axolotl Launcher") + .title(format!("Sign into {}", theseus::brand::PRODUCT_NAME)) .always_on_top(true) .center() .initialization_script(help_bar_script)