Commit d56882ce authored by quentin.vrel's avatar quentin.vrel

typo

parent 9432cc3c
...@@ -88,13 +88,10 @@ export default { ...@@ -88,13 +88,10 @@ export default {
case 422: case 422:
this.showCredentialsError = true; this.showCredentialsError = true;
break; break;
case 402: case 401:
this.showBanError = true; this.showBanError = true;
break; break;
default:
this.showCredentialsError = true;
break;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment