diff --git a/app/views/saml/error.html.erb b/app/views/saml/error.html.erb index e973daf..d26867e 100644 --- a/app/views/saml/error.html.erb +++ b/app/views/saml/error.html.erb @@ -1 +1,8 @@ -<%= @error %> +<% if Flipper.enabled?(:are_we_enterprise_yet, current_identity) %><%= @error %> + <%= @error %> +<% else %> + Hack Club is currently migrating to Slack Enterprise Grid.
+

The Slack will be unavailable for up to 2 days (counting from Monday morning).

+

Thanks for your patience! If you like, you can join us on IRC at irc.hackclub.com?

+ +<% end %>