Skip to content
Snippets Groups Projects
Commit dca42da4 authored by Bye's avatar Bye
Browse files

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

parent c147c2e3
Branches
No related tags found
1 merge request!1Update production branch so it can be used
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment