Skip to content

Commit

Permalink
Update connection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc committed May 4, 2023
1 parent 9326fc7 commit 94b0ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/php/connection.php
Expand Up @@ -14,7 +14,7 @@
</div>
<div class="wrapper">
<div id="login" tabindex="503" class="form-group">
<form>
<form onsubmit="return false;">
<h3>{{Connexion}}
<?php
if (config::byKey('display_name_login') == 1) {
Expand Down Expand Up @@ -130,4 +130,4 @@
include_file('3rdparty', 'animate/animate', 'css');
include_file('desktop', 'connection', 'css');
include_file('desktop', 'connection', 'js');
?>
?>

0 comments on commit 94b0ee9

Please sign in to comment.