Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vite/src/views/auth/components/OTPSignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const OTPSignIn = ({
<p className="text-sm text-muted-foreground">
Check your email for the 6 digit code
</p>
<div className={cn(verifying && "shimmer")}>
<div className={cn(verifying && "opacity-50 pointer-events-none")}>
<InputOTP
maxLength={6}
value={otp}
Expand Down