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 {
onUsernameBlur() {
this.username = this.getUsernameValue();
},
async onSubmit(e) {
await this.checkIfNeedsChallenge();
onSubmit(e) {
if (!this.arkoseInitialized || this.arkoseChallengePassed) {
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