Skip to content

Commit

Permalink
ISSUE-338: after review 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tatevikg1 committed Feb 4, 2025
1 parent d349008 commit a458c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lists/admin/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function footer()
echo $GLOBALS['I18N']->get('Enter your email address').': </p><input type="text" name="forgotpassword" value="" size="30" />';
echo ' <input class="submit" type="submit" name="process" value="'.$GLOBALS['I18N']->get('Send password').'" />';
echo ' <div class="clear"></div>';
if ($GLOBALS['plugins']['simplesaml']) {
if (isset($GLOBALS['plugins']['simplesaml'])) {
echo '<a href="?sso" style="display: inline-block; padding: 5px 10px; background-color: #2c2c2c; color: #fff; text-decoration: none; border-radius: 5px; font-size: 16px; text-align: center;"">SSO login</a>';
}
echo '</div></form>';
Expand Down

0 comments on commit a458c3f

Please sign in to comment.