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 c0f0e19 commit 71b889cCopy full SHA for 71b889c
crates/fig_auth/src/portal.rs
@@ -346,7 +346,7 @@ async fn handle_valid_callback(
346
urlencoding::encode(error_msg)
347
)
348
} else {
349
- format!("{}?auth_status=success&redirect_from=kirocli", auth_portal_url)
+ format!("{}/signin?auth_status=success&redirect_from=kirocli", auth_portal_url)
350
};
351
352
Response::builder()
0 commit comments