Handle nav-bar
This commit is contained in:
@@ -3,12 +3,15 @@ const { isValidEmail } = require('../helpers/email');
|
||||
const { sendTemplatedEmail} = require('../helpers/awsEmail');
|
||||
|
||||
const getQuerySubmit = async (req, res) => {
|
||||
|
||||
const title = "Upišite vaš e-mail"
|
||||
const nextStep = req.query.nextStep;
|
||||
const error = req.query.error;
|
||||
|
||||
res.render('querySubmit', {
|
||||
nextStep,
|
||||
error
|
||||
error,
|
||||
title
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user