We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9beba commit 7f63a01Copy full SHA for 7f63a01
src/components/Popup/SetPasswordPage.vue
@@ -68,7 +68,6 @@ export default Vue.extend({
68
}
69
70
if (this.passwordPolicy && !this.passwordPolicy.test(this.phrase)) {
71
- console.log(this.passwordPolicy);
72
const hint =
73
this.passwordPolicyHint || this.i18n.password_policy_default_hint;
74
this.$store.commit("notification/alert", hint);
0 commit comments