From 56c71b8caed9d4905316959c1128ab534ab7df73 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:44:48 -0500 Subject: [PATCH] migration info --- app/views/saml/error.html.erb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 %>