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