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

Commit a82838ca authored by theronakpatel's avatar theronakpatel
Browse files

translations added

parent 82948a50
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)