diff --git a/assets/App.tsx b/assets/App.tsx index 73ba468..61ebdfc 100644 --- a/assets/App.tsx +++ b/assets/App.tsx @@ -126,11 +126,11 @@ export default function App(): React.ReactElement { > - {(configuration?.registerEnabled || configuration?.ssoLogin) && isAuthenticated === false && location.pathname !== '/login' && + {(configuration?.registerEnabled || configuration?.ssoLogin) && isAuthenticated === false && !['/login', '/home'].includes(location.pathname) && } + message={t`Please log in to access all features, monitor domains, and manage your Connectors.`} + action={} banner closable/> } diff --git a/translations/translations.pot b/translations/translations.pot index 60c4a5c..de156eb 100644 --- a/translations/translations.pot +++ b/translations/translations.pot @@ -9,8 +9,8 @@ msgstr "" #: assets/App.tsx:132 msgid "" -"Please authenticate to take advantage of all features, monitor domains and " -"manage your Connectors." +"Please log in to access all features, monitor domains, and manage your " +"Connectors." msgstr "" #: assets/App.tsx:133