Skip to content

Commit 78d65c4

Browse files
committed
fix:minor fix
1 parent 9bd106a commit 78d65c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/loginPage/login-form/login-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class LoginForm {
3535
})
3636
this.visitSubmitError = ''
3737
this.emailSubmited = true
38-
this.autoSubmitter()
38+
await this.autoSubmitter()
3939
} catch (error) {
4040
this.visitSubmitError = error.response.data.message
4141
this.emailSubmited = false

0 commit comments

Comments
 (0)