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:
Ray Strode 2017-06-28 13:15:04 -04:00
parent bdc15d680a
commit e3330b638a

View File

@ -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 {