Skip to content

Commit 71b889c

Browse files
authored
fix redirect (#860)
1 parent c0f0e19 commit 71b889c

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
@@ -346,7 +346,7 @@ async fn handle_valid_callback(
346346
urlencoding::encode(error_msg)
347347
)
348348
} else {
349-
format!("{}?auth_status=success&redirect_from=kirocli", auth_portal_url)
349+
format!("{}/signin?auth_status=success&redirect_from=kirocli", auth_portal_url)
350350
};
351351

352352
Response::builder()

0 commit comments

Comments
 (0)