File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export default function TwoFactorChallenge() {
70
70
< span > or you can </ span >
71
71
< button
72
72
type = "button"
73
- className = "text-foreground underline decoration-neutral-300 underline-offset-4 transition-colors duration-300 ease-out hover:decoration-current! dark:decoration-neutral-500"
73
+ className = "cursor-pointer text-foreground underline decoration-neutral-300 underline-offset-4 transition-colors duration-300 ease-out hover:decoration-current! dark:decoration-neutral-500"
74
74
onClick = { ( ) => toggleRecoveryMode ( clearErrors ) }
75
75
>
76
76
{ authConfigContent . toggleText }
@@ -93,7 +93,7 @@ export default function TwoFactorChallenge() {
93
93
< span > or you can </ span >
94
94
< button
95
95
type = "button"
96
- className = "text-foreground underline decoration-neutral-300 underline-offset-4 transition-colors duration-300 ease-out hover:decoration-current! dark:decoration-neutral-500"
96
+ className = "cursor-pointer text-foreground underline decoration-neutral-300 underline-offset-4 transition-colors duration-300 ease-out hover:decoration-current! dark:decoration-neutral-500"
97
97
onClick = { ( ) => toggleRecoveryMode ( clearErrors ) }
98
98
>
99
99
{ authConfigContent . toggleText }
You can’t perform that action at this time.
0 commit comments