Disable registration

This commit is contained in:
Chord 2019-12-30 14:36:11 -05:00
parent d36fbbde9a
commit 3c5482a4c7
3 changed files with 7 additions and 1 deletions

View file

@ -50,6 +50,8 @@
alert.message("Unknown server error. Contact an administrator if this persists.")
} else if (e.response.status === 400) {
alert.message(e.response.data.message)
} else if (e.response.status === 403) {
alert.message(e.response.data.message)
} else {
alert.message("Unknown server error status");
}