File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -79,21 +79,20 @@ export default function Login({ status, canResetPassword }: LoginProps) {
7979 < InputError message = { errors . password } />
8080 </ div >
8181
82- { /* Uncomment below to display 'remember me' checkbox */ }
83- { /* <div className="flex items-center space-x-1.5">
84- <Checkbox id="remember" name="remember" />
82+ < div className = "flex items-center space-x-1.5" >
83+ < Checkbox id = "remember" name = "remember" tabIndex = { 3 } />
8584 < Label htmlFor = "remember" > Remember me</ Label >
86- </div> */ }
85+ </ div >
8786
88- < Button type = "submit" className = "w-full" tabIndex = { 3 } disabled = { processing } >
87+ < Button type = "submit" className = "w-full" tabIndex = { 4 } disabled = { processing } >
8988 { processing && < LoaderCircle className = "h-4 w-4 animate-spin" /> }
9089 Log In
9190 </ Button >
9291 </ div >
9392
9493 < div className = "text-center text-sm" >
9594 Don't have an account?{ ' ' }
96- < TextLink href = { route ( 'register' ) } tabIndex = { 4 } >
95+ < TextLink href = { route ( 'register' ) } tabIndex = { 5 } >
9796 Sign up
9897 </ TextLink >
9998 </ div >
You can’t perform that action at this time.
0 commit comments