mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 11:29:07 +00:00
Removed unused parameter
This commit is contained in:
@@ -77,7 +77,7 @@ export default {
|
||||
this.registerUser(username, password);
|
||||
},
|
||||
registerUser(username, password) {
|
||||
register(username, password, true)
|
||||
register(username, password)
|
||||
.then(data => {
|
||||
if (data.success && this.login()) {
|
||||
eventHub.$emit("setUserStatus");
|
||||
|
||||
Reference in New Issue
Block a user