cleanup
This commit is contained in:
parent
7f07aa2d0a
commit
4e6562b225
@ -34,14 +34,10 @@ export const passwordHash = {
|
||||
}
|
||||
},
|
||||
verify: function () {
|
||||
if (passwordHash == "") {
|
||||
return false;
|
||||
}
|
||||
if (passwordHash == "") return false;
|
||||
let verifiedStatus = false;
|
||||
let tF = retrieveData("templateFiles");
|
||||
if (tF != null) {
|
||||
verifiedStatus = true
|
||||
}
|
||||
if (tF != null) verifiedStatus = true
|
||||
return verifiedStatus;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user