This commit is contained in:
wakarimasen 2017-03-08 19:31:39 +01:00
parent ccc460bb5e
commit 0810b2d51a
1 changed files with 1 additions and 1 deletions

View File

@ -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')