fix HTML syntax error in account.php

This commit is contained in:
Bence Pőcze 2023-04-09 00:56:03 +02:00
parent 6df63373ab
commit de346c0c6e
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -9,7 +9,7 @@
<?php if ($user['password'] !== null && $user['google_sub'] !== null): ?>
<p class="justify small">Please confirm your identity with your password or with Google to modify your account.</p>
<div class="inputWithButton">
<input type="password" class="text name="password" placeholder="Current password" required minlength="6" autofocus><!--
<input type="password" class="text" name="password" placeholder="Current password" required minlength="6" autofocus><!--
--><button id="authenticateWithGoogleButton" class="yellow" type="button">Google</button>
</div>
<?php elseif ($user['password'] !== null): ?>