Skip to content

Commit 9092525

Browse files
committed
remove keycloak button
1 parent 660b4b0 commit 9092525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/app/components/auth/SignUpModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const SignUpModal = ({ afterSignUp }) => {
6868
</a>
6969
</div>
7070
{/* For dev testing!!! */}
71-
<button onClick={() => {signIn("keycloak", {redirectTo: "/dashboard"})}}>Keycloak</button>
71+
{/* <button onClick={() => {signIn("keycloak", {redirectTo: "/dashboard"})}}>Keycloak</button> */}
7272
</div>
7373
</div>
7474
</div>

0 commit comments

Comments
 (0)