We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d7c62 commit 11037dcCopy full SHA for 11037dc
1 file changed
templates/components/snackbar.html
@@ -1,8 +1,9 @@
1
{% if can_send_mail() %}
2
<div
3
+ id="ctfdio-snackbar-email-nudge"
4
x-data
5
x-show="window.init.userId && !window.init.userVerified && localStorage.getItem('remind_email_verify') != window.init.userId && (!['/team', '/teams/join', '/teams/new'].includes(window.location.pathname) || window.init.teamId != null)"
- class="alert alert-info alert-dismissible col-md-4 col-10 position-fixed text-center m-0"
6
+ class="alert alert-info alert-dismissible col-md-4 col-10 position-fixed text-center m-0 ctfdio-email-nudge"
7
style="bottom: 45px; left: 50%; transform: translateX(-50%); z-index: 1040; display: none;"
8
role="alert"
9
>
0 commit comments