forked from AkkomaGang/akkoma-fe
Fix typo
This commit is contained in:
parent
ccc460bb5e
commit
0810b2d51a
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ const users = {
|
|||
if (response.status === 401) {
|
||||
reject('Wrong username or password')
|
||||
} else {
|
||||
reject('An error occured, please try again')
|
||||
reject('An error occurred, please try again')
|
||||
}
|
||||
}
|
||||
commit('endLogin')
|
||||
|
|
Loading…
Reference in a new issue