Merge pull request #728 from Fam0r/master

Make enter key work in MFA screen
This commit is contained in:
UnknownShadow200 2020-10-05 11:02:35 +11:00 committed by GitHub
commit 1758667f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -657,6 +657,7 @@ void MFAScreen_SetActive(void) {
s->Init = MFAScreen_Init;
s->Show = MFAScreen_Show;
s->Layout = MFAScreen_Layout;
s->onEnterWidget = (struct LWidget*)&s->btnSignIn;
Launcher_SetScreen((struct LScreen*)s);
}