Update profile.blade.php

This commit is contained in:
Julian Prieber 2022-04-27 13:16:17 +02:00 committed by GitHub
parent aadd01c4a2
commit 243e4b55c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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, password will blank">
<input type="password" name="password" class="form-control" placeholder="If empty, no changes will be made">
</div>
<button type="Change " class="mt-3 ml-3 btn btn-info">Change password</button>
</form>