mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 07:48:38 -05:00
add test coverage for auth utils
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ export function main (render) {
|
||||
<I18n>
|
||||
{({ i18n }) => (
|
||||
<Background>
|
||||
{!isAuthenticated() ? loginRoutes : (
|
||||
{!isAuthenticated(document.cookie) ? loginRoutes : (
|
||||
<Switch>
|
||||
{removeTrailingSlash}
|
||||
<Route path="/login" render={defaultRedirect} />
|
||||
|
||||
Reference in New Issue
Block a user