feat: add afterMe afterLogout and afterRefresh

This commit is contained in:
Dan Ribbens
2022-07-09 19:29:00 -04:00
parent d68bb8c292
commit 4055908bc8
11 changed files with 147 additions and 57 deletions

View File

@@ -103,11 +103,11 @@ const Routes = () => {
<Route path={`${match.url}/login`}>
<Login />
</Route>
<Route path={`${match.url}/logout`}>
<Logout />
</Route>
{!userCollection.auth.disableLocalStrategy && (
<React.Fragment>
<Route path={`${match.url}/logout`}>
<Logout />
</Route>
<Route path={`${match.url}/logout-inactivity`}>
<Logout inactivity />
</Route>