1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-03-06 18:40:00 +01:00
This commit is contained in:
wakarimasen 2017-03-08 19:31:39 +01:00
parent ccc460bb5e
commit 0810b2d51a

View file

@ -99,7 +99,7 @@ const users = {
if (response.status === 401) { if (response.status === 401) {
reject('Wrong username or password') reject('Wrong username or password')
} else { } else {
reject('An error occured, please try again') reject('An error occurred, please try again')
} }
} }
commit('endLogin') commit('endLogin')