Skip to content

Commit 2492db8

Browse files
committed
fix(auth): hide the new clerk last-used badge
1 parent 21c9d62 commit 2492db8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/web/src/components/auth/login.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
import { SignIn } from "@clerk/clerk-react";
21
import { NewVersionNotice } from "@/components/notices/new-version-notice";
2+
import { SignIn } from "@clerk/clerk-react";
33

44
const clerkAppearance = {
55
elements: {
66
rootBox: "w-full",
77
cardBox: "w-full",
8-
// card: "px-1 pt-2",
98
formButtonPrimary: "bg-primary hover:bg-primary/90 text-primary-forground font-medium px-6 py-3 rounded-md",
109
formFieldInput: "px-4 py-3 max-h-none leading-normal",
1110
logoBox: "hidden",
1211
headerTitle: "text-2xl font-bold text-foreground",
1312
socialButtons: "grid-cols-1 gap-2 md:gap-3 w-full pb-2",
1413
socialButtonsBlockButton: "py-3 px-6",
15-
// footer: "[&>div]:border-transparent [&>div]:rounded-xl [&>div]:bg-muted bg-none",
14+
lastAuthenticationStrategyBadge: "hidden",
1615
},
1716
layout: {
1817
socialButtonsVariant: "blockButton" as const,

0 commit comments

Comments
 (0)