wtv-news goodies

This commit is contained in:
zefie
2022-10-11 21:44:18 -04:00
parent c09824fd6c
commit f48da37f22
15 changed files with 460 additions and 197 deletions

View File

@@ -427,7 +427,7 @@ class WTVClientSessionData {
}
generatePassword(len) {
return CryptoJS.lib.WordArray.random(Math.round(len / 2)).toString(CryptoJS.enc.Hex);
return this.wtvshared.generatePassword(len);
}
setUserPassword(passwd) {