Show a login notice when a session ends due to idle timeout.
Return a distinct session_idle error from the API and reload to /login with a clear signed-out message.
This commit is contained in:
@@ -1065,6 +1065,12 @@
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.wizard-notice {
|
||||
margin: 0 0 0.85rem;
|
||||
color: var(--ctp-subtext0);
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.wizard-rules {
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
|
||||
resize: vertical;
|
||||
|
||||
Reference in New Issue
Block a user