We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221acb5 commit 3cd8474Copy full SHA for 3cd8474
crates/chat-cli/src/auth/portal.rs
@@ -35,7 +35,7 @@ use crate::auth::social::{
35
use crate::database::Database;
36
use crate::util::system_info::is_mwinit_available;
37
38
-const AUTH_PORTAL_URL: &str = "https://gamma.app.kiro.dev/signin";
+const AUTH_PORTAL_URL: &str = "https://app.kiro.dev/signin";
39
const DEFAULT_AUTHORIZATION_TIMEOUT: Duration = Duration::from_secs(600);
40
41
#[derive(Debug, Clone)]
0 commit comments