Revert "gdmUtil: Fix auth prompt drawing over user list"
This reverts commit 875a1d6159
.
(this was pushed accidentally, isn't the right patch, and lacks
a bug reference)
This commit is contained in:
@ -540,8 +540,7 @@ const ShellUserVerifier = new Lang.Class({
|
||||
let signalId = this.connect('no-more-messages',
|
||||
Lang.bind(this, function() {
|
||||
this.disconnect(signalId);
|
||||
if (this._failCounter != 0)
|
||||
this._retry();
|
||||
this._retry();
|
||||
}));
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user