mirror of https://github.com/byecorps/id.git
Fix a minor issue in the login form (basic external)
This commit is contained in:
parent
c147c2e33b
commit
dca42da4fc
|
@ -26,7 +26,7 @@ if (!$_SESSION['auth']) {
|
|||
</div>
|
||||
</div>
|
||||
<div class='right tiles'>
|
||||
<a href="/settings" class="tile double-height">
|
||||
<a href="/settings" class="tile">
|
||||
<div class="wrapper"> <!-- SUPERIMPORTANTBECAUSE IM BAD AT CSS -->
|
||||
<span class="fa-solid fa-cog icon"></span>
|
||||
<span class="text">Settings</span>
|
||||
|
|
|
@ -86,7 +86,6 @@ login:
|
|||
|
||||
?>
|
||||
|
||||
<main>
|
||||
<div id="loginform">
|
||||
<?php if ("" != $error) {goto error_no_app;} ?>
|
||||
<div id="connection_img">
|
||||
|
|
Loading…
Reference in New Issue