Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into zacharyb/eng-186
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Oct 12, 2024
2 parents 2ed9599 + 3fe85dc commit 7e6faed
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 7e6faed

Please sign in to comment.