We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ad6fb commit 028db3bCopy full SHA for 028db3b
app/views/setup/organizations/new.html.erb
@@ -4,4 +4,10 @@
4
Please enter the following information. Fields marked with * are mandatory.
5
</p>
6
7
+<% unless current_user.email_verified? %>
8
+ <div class="alert alert-danger" role="alert">
9
+ Warning: your email address is not verified. Please naviagate to your profile and validate your email address before proceeding.
10
+ </div>
11
+<% end %>
12
+
13
<%= render partial: 'form', locals: { url: setup_organizations_path, new: true } %>
0 commit comments