1
Fork 0
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:
Steffo 2021-05-28 14:29:06 +02:00
parent 730ccb8c36
commit ff53692ca3
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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>