Commit 69d1944d authored by Alex Pinto's avatar Alex Pinto

re-enabling Google SSO

parent b8279d7d
......@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: afp-warehouse-management-ui-container
image: nexus.mynisum.com/afp-warehouse-management-ui:5
image: nexus.mynisum.com/afp-warehouse-management-ui:6
imagePullPolicy: Always
ports:
- containerPort: 8089
......
......@@ -7,11 +7,11 @@ const Root = ({ isLoggedIn }) => {
return (
<div>
<Header />
{/* {isLoggedIn ?
{isLoggedIn ?
<App /> :
<Login />
} */}
<App/>
}
{/* <App/> */}
</div>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment