From 13ec8b83a0ccfd20ea50e5e7f8d7f0ad963265a2 Mon Sep 17 00:00:00 2001 From: Your Name <5115845+dauglyon@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:44:52 -0700 Subject: [PATCH] Update login session copy for four-week token lifetime The account Log In Sessions tab stated sessions remain active for two weeks. Token lifetime is being extended to four weeks, so update the user-facing copy to match. The session tables already render the real server-provided expiration, so no logic change is needed. --- src/features/account/LogInSessions.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/features/account/LogInSessions.tsx b/src/features/account/LogInSessions.tsx index 079ca831..da12b25a 100644 --- a/src/features/account/LogInSessions.tsx +++ b/src/features/account/LogInSessions.tsx @@ -69,9 +69,9 @@ export const LogInSessions: FC = () => { A log in session is created when you log in to KBase. A log in session is removed when you logout. However, if you do not - logout, your log in session will remain active for two weeks. At - the end of two weeks, the log in session will become invalid, - and you will need to log in again. + logout, your log in session will remain active for four weeks. + At the end of four weeks, the log in session will become + invalid, and you will need to log in again. }