Browse Source

remove unnecessary style

Yuki Takei 2 years ago
parent
commit
53363f1477
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/components/LoginForm.tsx

+ 1 - 1
apps/app/src/components/LoginForm.tsx

@@ -524,7 +524,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
             <a
             <a
               href="#login"
               href="#login"
               className="btn btn-sm btn-secondary btn-function col-10 col-sm-9 mx-auto py-1 d-flex"
               className="btn btn-sm btn-secondary btn-function col-10 col-sm-9 mx-auto py-1 d-flex"
-              style={{ pointerEvents: isLoading ? 'none' : 'auto' }}
+              style={{ pointerEvents: isLoading ? 'none' : undefined }}
               onClick={switchForm}
               onClick={switchForm}
             >
             >
               <span className="material-symbols-outlined fs-5">login</span>
               <span className="material-symbols-outlined fs-5">login</span>