diff --git a/src-tauri/src/commands/auth_commands.rs b/src-tauri/src/commands/auth_commands.rs index bcf7218..b68b922 100644 --- a/src-tauri/src/commands/auth_commands.rs +++ b/src-tauri/src/commands/auth_commands.rs @@ -28,7 +28,7 @@ fn logto_endpoint() -> String { // Logto app ID for the desktop native app. fn logto_app_id() -> String { - std::env::var("LOGTO_APP_ID").unwrap_or_else(|_| "simpl-resultat-desktop".to_string()) + std::env::var("LOGTO_APP_ID").unwrap_or_else(|_| "sr-desktop-native".to_string()) } const REDIRECT_URI: &str = "simpl-resultat://auth/callback";