Debugger removed

pull/2934/head
Bahadir Sofuoglu 2022-09-05 10:33:51 +03:00
parent 2172c7206d
commit 081d40c18d
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ export default {
} }
}, },
setPasswordMeter() { setPasswordMeter() {
debugger
if(!this.feedback || !this.modelValue) return; if(!this.feedback || !this.modelValue) return;
const {meter,label} = this.checkPasswordStrength(this.modelValue); const {meter,label} = this.checkPasswordStrength(this.modelValue);