Update profile.blade.php

This commit is contained in:
Julian Prieber 2022-07-05 08:57:27 +02:00
parent 3a69ebb6c7
commit 59f74bfe47

View File

@ -30,7 +30,7 @@
@csrf
<div class="form-group col-lg-8">
<h3>Password</h3>
<input type="password" name="password" class="form-control" placeholder="If empty, no changes will be made">
<input type="password" name="password" class="form-control" placeholder="At least 8 characters">
</div>
<button type="Change " class="mt-3 ml-3 btn btn-info">Change password</button>
</form>