fixup: require('bcryptjs')
This commit is contained in:
parent
5c2df2e8b5
commit
e5f4fb4e90
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue