Skip to content
代码片段 群组 项目
提交 5b09c084 编辑于 作者: Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt 提交者: Paul Gascou-Vaillancourt
浏览文件

Remove username check from submit handler

上级 ef8e0ab7
No related branches found
No related tags found
无相关合并请求
...@@ -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;
} }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册