Исправить повторную авторизацию при входе

This commit is contained in:
AidarKC
2026-09-09 10:23:36 +03:00
parent ae2f2fac41
commit f827c3e493
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -1313,6 +1313,7 @@ export async function closeSavedProfile(login) {
if (!next) {
setActiveProfileLoginRaw('');
clearStoredSession();
authService.resetConnection(state.entrySettings.shineServer, { clearSessionContext: true });
return { closed: true, nextProfile: null };
}
setActiveProfileLoginRaw(next.login);