Skip to content

Commit

Permalink
Merge pull request #4102 from pixelfed/staging
Browse files Browse the repository at this point in the history
Update email form
  • Loading branch information
dansup committed Jan 19, 2023
2 parents 10349b2 + 02b6df5 commit 5b5f5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/passwords/email.blade.php
Expand Up @@ -19,7 +19,7 @@

<div class="form-group row">
<div class="col-md-12">
<input id="email" type="email" class="form-control" name="email" placeholder="{{ __('E-Mail Address') }}" value="{{ old('email') }}" required>
<input id="email" type="email" class="form-control" name="email" placeholder="{{ __('E-Mail Address') }}" required>
</div>
</div>

Expand Down

0 comments on commit 5b5f5bc

Please sign in to comment.