Skip to content

Commit 221acb5

Browse files
committed
update endpoint for testing
1 parent 59454d0 commit 221acb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/auth/portal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ use crate::auth::social::{
3535
use crate::database::Database;
3636
use crate::util::system_info::is_mwinit_available;
3737

38-
const AUTH_PORTAL_URL: &str = "https://beta.app.kiro.dev/signin";
38+
const AUTH_PORTAL_URL: &str = "https://gamma.app.kiro.dev/signin";
3939
const DEFAULT_AUTHORIZATION_TIMEOUT: Duration = Duration::from_secs(600);
4040

4141
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)