mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44:18 +00:00
🐛 Fix not found when logging out
This commit is contained in:
parent
730ccb8c36
commit
ff53692ca3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export default function BoxLoggedIn({ ...props }) {
|
|||
<Button
|
||||
color={"Red"} onClick={() => {
|
||||
logout()
|
||||
history.push("/login")
|
||||
history.push("/")
|
||||
}} icon={faSignOutAlt}
|
||||
>{strings.logout}</Button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue