Skip to content

Commit 43ab893

Browse files
committed
default to gamma
1 parent 21c96f2 commit 43ab893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fig_auth/src/portal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use crate::{
4141
Result,
4242
};
4343

44-
const DEFAULT_AUTH_PORTAL_URL: &str = "https://app.kiro.dev";
44+
const DEFAULT_AUTH_PORTAL_URL: &str = "https://gamma.app.kiro.dev";
4545
const DEFAULT_AUTHORIZATION_TIMEOUT: Duration = Duration::from_secs(600);
4646

4747
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)