mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 23:33:34 +00:00 
			
		
		
		
	Replaced bcrypt-then with updated bcrypt
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
|  | ||||
| 'use strict'; | ||||
|  | ||||
| const bcrypt = require('bcrypt-then'); | ||||
| const bcrypt = require('bcrypt'); | ||||
| const db     = require('../db'); | ||||
| const Model  = require('objection').Model; | ||||
| const User   = require('./user'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user