feat: add afterMe afterLogout and afterRefresh
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user