diff --git a/src/ScreenSMOnlineLogin.cpp b/src/ScreenSMOnlineLogin.cpp index 489a620407..0f37ea40b4 100644 --- a/src/ScreenSMOnlineLogin.cpp +++ b/src/ScreenSMOnlineLogin.cpp @@ -158,10 +158,10 @@ ScreenSMOnlineLogin::HandleScreenMessage(const ScreenMessage SM) NULL); } else { sLoginQuestion = "Enter username"; - ScreenTextEntry::Password(SM_UsernameDone, + ScreenTextEntry::TextEntry(SM_UsernameDone, NSMAN->loginResponse + "\n\n" + sLoginQuestion, - NULL); + "", 255); } } } else if (SM == SM_GoToNextScreen) { @@ -197,10 +197,10 @@ ScreenSMOnlineLogin::HandleScreenMessage(const ScreenMessage SM) SM_PasswordDone, sLoginQuestion, NULL); } else { sLoginQuestion = "Enter username"; - ScreenTextEntry::Password(SM_UsernameDone, + ScreenTextEntry::TextEntry(SM_UsernameDone, NSMAN->loginResponse + "\n\n" + sLoginQuestion, - NULL); + "", 255); } } return;