1
0
mirror of https://github.com/kepler155c/opus synced 2025-09-21 20:24:10 +00:00

fix no password error

This commit is contained in:
Kan18
2019-07-25 22:51:16 -04:00
committed by GitHub
parent b3efbc7438
commit b739c0c77e

View File

@@ -125,7 +125,7 @@ function page.wizard.pages.label:validate()
end
function page.wizard.pages.password:validate()
if #self.newPass.value > 0 then
if type(self.newPass.value) == "string" and #self.newPass.value > 0 then
Security.updatePassword(SHA.compute(self.newPass.value))
end
--[[