Fix a minor issue in the login form (basic external)

This commit is contained in:
Bye 2024-04-28 14:44:19 +01:00
parent c147c2e33b
commit dca42da4fc
2 changed files with 1 additions and 2 deletions

View file

@ -26,7 +26,7 @@ if (!$_SESSION['auth']) {
</div> </div>
</div> </div>
<div class='right tiles'> <div class='right tiles'>
<a href="/settings" class="tile double-height"> <a href="/settings" class="tile">
<div class="wrapper"> <!-- SUPERIMPORTANTBECAUSE IM BAD AT CSS --> <div class="wrapper"> <!-- SUPERIMPORTANTBECAUSE IM BAD AT CSS -->
<span class="fa-solid fa-cog icon"></span> <span class="fa-solid fa-cog icon"></span>
<span class="text">Settings</span> <span class="text">Settings</span>

View file

@ -86,7 +86,6 @@ login:
?> ?>
<main>
<div id="loginform"> <div id="loginform">
<?php if ("" != $error) {goto error_no_app;} ?> <?php if ("" != $error) {goto error_no_app;} ?>
<div id="connection_img"> <div id="connection_img">