fix: update alert style

This commit is contained in:
Mrugesh Mohapatra
2018-05-31 01:35:24 +05:30
parent 96cbfdb567
commit b7843c6047

View File

@ -19,7 +19,7 @@ export default function emailNotVerifiedNotice() {
const { user } = req; const { user } = req;
if (user && (!user.email || user.email === '' || !user.emailVerified)) { if (user && (!user.email || user.email === '' || !user.emailVerified)) {
req.flash( req.flash(
'danger', 'info',
dedent` dedent`
New privacy laws now require that we have an email address where we can reach New privacy laws now require that we have an email address where we can reach
you. Please verify your email address below and click the link we send you to you. Please verify your email address below and click the link we send you to