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