Browse Source

use type submit

ryoji-s 2 years ago
parent
commit
af95b7bc12
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

@@ -518,7 +518,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
           {/* Sign up button (submit) */}
           {/* Sign up button (submit) */}
           <div className="input-group justify-content-center my-4">
           <div className="input-group justify-content-center my-4">
             <button
             <button
-              type="button"
+              type="submit"
               className="btn btn-fill rounded-0"
               className="btn btn-fill rounded-0"
               id="register"
               id="register"
               disabled={(!isMailerSetup && isEmailAuthenticationEnabled) || isLoading}
               disabled={(!isMailerSetup && isEmailAuthenticationEnabled) || isLoading}