mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02:00
Remove bcryptjs dependency
This commit is contained in:
parent
4e1aacb44f
commit
1dbfb5637a
5 changed files with 108 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
const bcrypt = require('bcryptjs')
|
||||
const bcrypt = require('./libs/bcryptjs')
|
||||
const jwt = require('./libs/jsonwebtoken')
|
||||
const Logger = require('./Logger')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue