1
0
Fork 0
mirror of synced 2024-05-10 07:42:34 +12:00

Update reset.phtml

Increased readability
This commit is contained in:
Julian 2020-10-01 10:07:40 +02:00 committed by GitHub
parent ef4baa9cb4
commit bd6d919ddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,9 +28,9 @@
<label>Password</label>
<input name="password" type="password" autocomplete="off" placeholder="" required data-forms-password-meter pattern=".{6,}" title="Six or more characters">
<label>Password Again</label>
<label>Confirm Password</label>
<input name="passwordAgain" type="password" autocomplete="off" placeholder="" required data-forms-password-meter pattern=".{6,}" title="Six or more characters">
<button type="submit" class="btn btn-primary"><i class="fa fa-sign-in"></i> Apply</button>
</form>
</div>
</div>