We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd106a commit 78d65c4Copy full SHA for 78d65c4
src/components/loginPage/login-form/login-form.tsx
@@ -35,7 +35,7 @@ export class LoginForm {
35
})
36
this.visitSubmitError = ''
37
this.emailSubmited = true
38
- this.autoSubmitter()
+ await this.autoSubmitter()
39
} catch (error) {
40
this.visitSubmitError = error.response.data.message
41
this.emailSubmited = false
0 commit comments