Skip to content

Commit

Permalink
fox oidc login button
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 12, 2024
1 parent 32250fa commit 3fe85dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/webservice/src/app/(auth)/login/LoginCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const LoginCard: React.FC<{
{isOidcEnabled && (
<div className="space-y-2">
<Button
onClick={() => signIn("oidc")}
size="lg"
variant="outline"
className="w-full gap-2 rounded-lg p-6 text-lg tracking-normal"
Expand Down

0 comments on commit 3fe85dc

Please sign in to comment.