diff --git a/app/javascript/v3/views/login/Index.vue b/app/javascript/v3/views/login/Index.vue index 36b52123f..cf6cb9462 100644 --- a/app/javascript/v3/views/login/Index.vue +++ b/app/javascript/v3/views/login/Index.vue @@ -173,7 +173,7 @@ export default { bus.$emit('newToastMessage', this.loginApi.message); }, submitLogin() { - if (this.$v.credentials.email.$invalid) { + if (this.$v.credentials.email.$invalid && !this.email) { this.showAlert(this.$t('LOGIN.EMAIL.ERROR')); return; }