diff --git a/templates/base.html b/templates/base.html
index 6bcead5..c7ed0f1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -24,6 +24,7 @@
'userId': {{ Session.id }},
'userName': {{ User.name | tojson }},
'userEmail': {{ User.email | tojson }},
+ 'userVerified': {{ User.verified | tojson }},
'teamId': {{ Team.id | tojson }},
'teamName': {{ Team.name | tojson }},
'start': {{ Configs.start | tojson }},
@@ -46,6 +47,8 @@
{% endblock %}
+{% include "components/snackbar.html" %}
+