Gitlab@Informatics

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

Update 2 files

- /controllers/loginController.js
- /controllers/registerController.js
parent 2856ff46
No related branches found
No related tags found
No related merge requests found
Pipeline #501 passed with warnings
const bcrypt = require('bcrypt');
const pool = require('../project');
const pool = require('../db');
module.exports = {
showLoginPage: (req, res) => {
......
const bcrypt = require('bcrypt');
const pool = require('../project');
const pool = require('../db');
module.exports = {
showRegisterPage: (req, res) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment