feat: redirect to requested doc after authentication
This commit is contained in:
@@ -34,7 +34,7 @@ const Authenticated = observer(({ auth, children }: Props) => {
|
||||
return children;
|
||||
}
|
||||
|
||||
auth.logout();
|
||||
auth.logout(true);
|
||||
return null;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user