fix null username when messenger account is unconfigured

This commit is contained in:
zefie
2023-08-26 16:02:17 -04:00
parent 64dedd69eb
commit b3a473eebd

View File

@@ -69,7 +69,7 @@ the next time you connect to WebTV.
<tr> <tr>
<td align=left> <td align=left>
User Name<form action=validate-messenger-account> User Name<form action=validate-messenger-account>
<INPUT noSubmit name="email" id="email" Value="${session_data.getSessionData("messenger_email")}" <INPUT noSubmit name="email" id="email" Value="${session_data.getSessionData("messenger_email") || ""}"
bgcolor=#444444 text=#ffdd33 cursor=#cc9933 bgcolor=#444444 text=#ffdd33 cursor=#cc9933
TYPE="input" ASCIIONLY TYPE="input" ASCIIONLY
SIZE="16" SIZE="16"