diff --git a/backoffice/src/components/Rule.vue b/backoffice/src/components/Rule.vue index d77f2efe25634f817553abed5309b2e73436e66e..633655b7c8b5dfebffc1c171e955d0432b5d76bd 100644 --- a/backoffice/src/components/Rule.vue +++ b/backoffice/src/components/Rule.vue @@ -230,7 +230,7 @@ this.error_flags.noUser = false; this.error_flags.noPass = false; - if (this.auth.email== '' ) his.error_flags.noUser = true; + if (this.auth.email== '' ) this.error_flags.noUser = true; if (this.auth.password== '' ) { this.error_flags.noPass = true; return false;