fix: typo
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kolaente 2021-10-17 21:32:05 +02:00
parent 3d0060a7d3
commit d03f6c89ef
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -129,7 +129,7 @@ export default {
return ctx.dispatch('login', credentials)
} catch(e) {
if (e.response?.data?.message) {
throw e.reponse.data
throw e.response.data
}
throw e