loginDialog: correct typo
commit 7e7295f259febf34c89659a9bcb05f9924fa1976 introduced a typo (LOGIN instead of LOG_IN). The follow up commit fixes that.
This commit is contained in:
parent
cb4e4bb2db
commit
d730fd0a5f
@ -449,7 +449,7 @@ const LoginDialog = new Lang.Class({
|
||||
x_fill: true,
|
||||
y_fill: true });
|
||||
|
||||
this._authPrompt = new AuthPrompt.AuthPrompt(gdmClient, AuthPrompt.AuthPromptMode.UNLOCK_OR_LOGIN);
|
||||
this._authPrompt = new AuthPrompt.AuthPrompt(gdmClient, AuthPrompt.AuthPromptMode.UNLOCK_OR_LOG_IN);
|
||||
this._authPrompt.connect('prompted', Lang.bind(this, this._onPrompted));
|
||||
this._authPrompt.connect('reset', Lang.bind(this, this._reset));
|
||||
this._authPrompt.hide();
|
||||
|
Loading…
x
Reference in New Issue
Block a user