fixup: require('bcryptjs')

This commit is contained in:
Philip H. 2023-12-02 13:07:21 +00:00 committed by GitHub
parent 5c2df2e8b5
commit e5f4fb4e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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');