Loading src/signup/RegistrationForm.vue +0 −2 Original line number Diff line number Diff line Loading @@ -298,8 +298,6 @@ export default { await Axios.post(url, data) this.isUsernameAvailable = true } catch (error) { console.error(error.response) console.error(error.response.status) this.validation.isUsernameNotValid = true if (error.response && error.response.status === 403) { this.usernameValidationMessage = t(this.appName, error.response.data.message) Loading Loading
src/signup/RegistrationForm.vue +0 −2 Original line number Diff line number Diff line Loading @@ -298,8 +298,6 @@ export default { await Axios.post(url, data) this.isUsernameAvailable = true } catch (error) { console.error(error.response) console.error(error.response.status) this.validation.isUsernameNotValid = true if (error.response && error.response.status === 403) { this.usernameValidationMessage = t(this.appName, error.response.data.message) Loading