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

Commit f45fe4da authored by theronakpatel's avatar theronakpatel
Browse files

else if change

parent 190996b9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ export default {
				this.validation.isUsernameNotValid = true
				if (error.response && error.response.status === 403) {
					this.usernameValidationMessage = t(this.appName, error.response.data.message)
				} if (error.response && error.response.status === 400) {
				} else if (error.response && error.response.status === 400) {
					this.usernameValidationMessage = t(this.appName, 'Username is already taken.')
				} else {
					this.usernameValidationMessage = t(this.appName, 'Something went wrong.')