mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 11:41:36 +00:00
Fix hashPass and remove error code return on authorize
This commit is contained in:
parent
73a61872fa
commit
ddce6ec5b7
2 changed files with 2 additions and 3 deletions
|
|
@ -100,7 +100,7 @@ class Auth {
|
|||
}
|
||||
|
||||
generateRandomPasswordHash() {
|
||||
return hashPass(getId())
|
||||
return this.hashPass(getId())
|
||||
}
|
||||
|
||||
generateAccessToken(payload) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue