SHA256
Исправить повторную авторизацию при входе
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user