Commit 5b09c084 authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt Committed by Paul Gascou-Vaillancourt

Remove username check from submit handler

parent ef8e0ab7
...@@ -88,8 +88,7 @@ export default { ...@@ -88,8 +88,7 @@ export default {
onUsernameBlur() { onUsernameBlur() {
this.username = this.getUsernameValue(); this.username = this.getUsernameValue();
}, },
async onSubmit(e) { onSubmit(e) {
await this.checkIfNeedsChallenge();
if (!this.arkoseInitialized || this.arkoseChallengePassed) { if (!this.arkoseInitialized || this.arkoseChallengePassed) {
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment