Skip to content

Commit 657aa0e

Browse files
committed
Font Awesome 5 updates for user-set-password-html.twig
1 parent b8faa3e commit 657aa0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/sprinkles/admin/templates/forms/partials/user-set-password.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<div class="form-group">
2222
<label>{{translate('PASSWORD')}}</label>
2323
<div class="input-group">
24-
<span class="input-group-addon"><i class="fa fa-key"></i></span>
24+
<span class="input-group-addon"><i class="fas fa-key"></i></span>
2525
<input type="password" class="form-control" name="password" autocomplete="off" value="" placeholder="{{translate('PASSWORD.BETWEEN', {min: 12, max: 50})}}">
2626
</div>
2727
</div>
2828
<div class="form-group">
2929
<label>{{translate('PASSWORD.CONFIRM')}}</label>
3030
<div class="input-group">
31-
<span class="input-group-addon"><i class="fa fa-key"></i></span>
31+
<span class="input-group-addon"><i class="fas fa-key"></i></span>
3232
<input type="password" class="form-control" name="passwordc" autocomplete="off" value="" placeholder="{{translate('PASSWORD.CONFIRM')}}">
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)