SHA256
Исправить повторную авторизацию при входе
This commit is contained in:
@@ -113,7 +113,7 @@ export function render({ navigate }) {
|
||||
enterButton.disabled = true;
|
||||
|
||||
try {
|
||||
await authService.reconnect(state.entrySettings.shineServer);
|
||||
authService.resetConnection(state.entrySettings.shineServer, { clearSessionContext: true });
|
||||
|
||||
// Повторная проверка защищает UI от смены access server между первым экраном и входом.
|
||||
const resolved = await authService.resolveLoginForAuth(currentLogin);
|
||||
|
||||
Reference in New Issue
Block a user