mirror of
https://github.com/wg-easy/wg-easy.git
synced 2025-10-21 06:39:34 +08:00
fixup: require('bcryptjs')
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
const path = require('path');
|
||||
const bcrypt = require('bcrypt');
|
||||
const bcrypt = require('bcryptjs');
|
||||
|
||||
const express = require('express');
|
||||
const expressSession = require('express-session');
|
||||
|
Reference in New Issue
Block a user