Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 190996b9 authored by theronakpatel's avatar theronakpatel
Browse files

console error

parent 68aa8558
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -283,7 +283,8 @@ export default {
				await Axios.post(url, data)
				this.isUsernameAvailable = true
			} catch (error) {
				console.error(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)