diff --git a/app/src/components/Layout.tsx b/app/src/components/Layout.tsx index 41e26767..0a9ebd8a 100644 --- a/app/src/components/Layout.tsx +++ b/app/src/components/Layout.tsx @@ -78,12 +78,5 @@ function getShowBannerAndMessage(): [boolean, string, "error" | "info"] { } } - // return [false, "", "info"]; - - // Temporary banner while our auth provider is down - return [ - true, - "Login is temporarily unavailable. We apologize for the inconvenience. Please check back soon.", - "error", - ]; + return [false, "", "info"]; }