fix: update alert style
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user