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 660b4b0 commit 9092525Copy full SHA for 9092525
apps/frontend/app/components/auth/SignUpModal.tsx
@@ -68,7 +68,7 @@ export const SignUpModal = ({ afterSignUp }) => {
68
</a>
69
</div>
70
{/* For dev testing!!! */}
71
- <button onClick={() => {signIn("keycloak", {redirectTo: "/dashboard"})}}>Keycloak</button>
+ {/* <button onClick={() => {signIn("keycloak", {redirectTo: "/dashboard"})}}>Keycloak</button> */}
72
73
74
0 commit comments