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 21c96f2 commit 43ab893Copy full SHA for 43ab893
crates/fig_auth/src/portal.rs
@@ -41,7 +41,7 @@ use crate::{
41
Result,
42
};
43
44
-const DEFAULT_AUTH_PORTAL_URL: &str = "https://app.kiro.dev";
+const DEFAULT_AUTH_PORTAL_URL: &str = "https://gamma.app.kiro.dev";
45
const DEFAULT_AUTHORIZATION_TIMEOUT: Duration = Duration::from_secs(600);
46
47
#[derive(Debug, Clone)]
0 commit comments