fix patch2 applying line OBS-URL: https://build.opensuse.org/request/show/423906 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=270
17 lines
578 B
Diff
17 lines
578 B
Diff
Index: gnome-shell-3.20.1/js/gdm/authPrompt.js
|
|
===================================================================
|
|
--- gnome-shell-3.20.1.orig/js/gdm/authPrompt.js
|
|
+++ gnome-shell-3.20.1/js/gdm/authPrompt.js
|
|
@@ -456,8 +456,10 @@ const AuthPrompt = new Lang.Class({
|
|
this.setUser(null);
|
|
this.stopSpinning();
|
|
|
|
- if (oldStatus == AuthPromptStatus.VERIFICATION_FAILED)
|
|
+ if (oldStatus == AuthPromptStatus.VERIFICATION_FAILED) {
|
|
+ this._userVerifier.cancel();
|
|
this.emit('failed');
|
|
+ }
|
|
|
|
let beginRequestType;
|
|
|