Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 8cad5650 authored by 65160381's avatar 65160381
Browse files

Update 2 files

- /controllers/registerController.js
- /controllers/loginController.js
parent 137b6304
No related branches found
No related tags found
No related merge requests found
Pipeline #680 passed with warnings
const bcrypt = require('bcrypt');
const bcrypt = require('bcryptjs');
const pool = require('../db');
module.exports = {
......
const bcrypt = require('bcrypt');
const bcrypt = require('bcryptjs');
const pool = require('../db');
module.exports = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment