Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/features/account/LogInSessions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ export const LogInSessions: FC = () => {
<Typography variant="body2">
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.
</Typography>
</Stack>
}
Expand Down
Loading