Use payload when inserting created account

This commit is contained in:
Lukas Hirt
2020-09-09 13:01:22 +02:00
parent c9efbbd6b8
commit 15da3462ac
2 changed files with 2 additions and 2 deletions
@@ -79,6 +79,7 @@ export default {
}
this.createNewAccount({ username: this.username, email: this.email, password: this.password })
this.emitCancel()
},
checkUsername () {