fix: Update the case for validation where SSO link is used (#7527)
This commit is contained in:
@@ -173,7 +173,7 @@ export default {
|
|||||||
bus.$emit('newToastMessage', this.loginApi.message);
|
bus.$emit('newToastMessage', this.loginApi.message);
|
||||||
},
|
},
|
||||||
submitLogin() {
|
submitLogin() {
|
||||||
if (this.$v.credentials.email.$invalid) {
|
if (this.$v.credentials.email.$invalid && !this.email) {
|
||||||
this.showAlert(this.$t('LOGIN.EMAIL.ERROR'));
|
this.showAlert(this.$t('LOGIN.EMAIL.ERROR'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user