ADD configurable JWT expiration time in UserController

This commit is contained in:
2025-08-13 23:39:08 +02:00
parent e10335696b
commit 10ebcd5479
2 changed files with 6 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ const Topbar = ({
logout()
.then(() => {
fetchUser();
navigate(0);
navigate("/");
})
.catch((error) => {
console.error("Logout failed:", error);