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() {
7070 < span > or you can </ span >
7171 < button
7272 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"
7474 onClick = { ( ) => toggleRecoveryMode ( clearErrors ) }
7575 >
7676 { authConfigContent . toggleText }
@@ -93,7 +93,7 @@ export default function TwoFactorChallenge() {
9393 < span > or you can </ span >
9494 < button
9595 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"
9797 onClick = { ( ) => toggleRecoveryMode ( clearErrors ) }
9898 >
9999 { authConfigContent . toggleText }
You can’t perform that action at this time.
0 commit comments