diff --git a/lightrag_webui/src/stores/state.ts b/lightrag_webui/src/stores/state.ts index 483d332c..3a076ad3 100644 --- a/lightrag_webui/src/stores/state.ts +++ b/lightrag_webui/src/stores/state.ts @@ -355,7 +355,7 @@ export const useAuthStore = create(set => { setTokenRenewal: (renewalTime, expiresAt) => { const formattedTime = formatTimestampToLocalString(renewalTime); - + // Update localStorage with human-readable format localStorage.setItem('LIGHTRAG-LAST-TOKEN-RENEWAL', formattedTime);