session check

This commit is contained in:
Mateusz Gruszczyński
2026-07-26 09:36:23 +02:00
parent e3abc3e7be
commit 5f93d3642b
4 changed files with 58 additions and 4 deletions
+1
View File
@@ -259,6 +259,7 @@ if (identityDialog) {
renderAccount(null);
});
window.addEventListener("rustpad:session-expired", () => renderAccount(null));
renderAccount(null);
validateCurrentSession().then(renderAccount);
}