mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
gdm/util: Catch errors on re-authentication
This commit is contained in:
parent
ce3119d8d7
commit
03b497da53
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ export class ShellUserVerifier extends Signals.EventEmitter {
|
|||
// If possible, reauthenticate an already running session,
|
||||
// so any session specific credentials get updated appropriately
|
||||
if (userName)
|
||||
this._openReauthenticationChannel(userName);
|
||||
this._openReauthenticationChannel(userName).catch(logError);
|
||||
else
|
||||
this._getUserVerifier();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue