Created
January 3, 2025 01:50
-
-
Save broguinn/0b5040c8bf95fb2ddef919e1ba429672 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cloud/dashboard-web/src/component/SignInTicket.tsx b/cloud/dashboard-web/src/component/SignInTicket.tsx | |
index 5baf6dec9..c9140602f 100644 | |
--- a/cloud/dashboard-web/src/component/SignInTicket.tsx | |
+++ b/cloud/dashboard-web/src/component/SignInTicket.tsx | |
@@ -20,7 +20,7 @@ const TicketSignIn = (props: { nextRoute: string }) => { | |
} | |
if (user && signInProcessed) { | |
- navigate(`${props.nextRoute}?${searchParams.toString()}`); | |
+ return navigate(`${props.nextRoute}?${searchParams.toString()}`); | |
} | |
const createSignIn = async () => { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment