Merge pull request #4102 from pixelfed/staging

Update email form
This commit is contained in:
daniel 2023-01-18 21:59:56 -07:00 committed by GitHub
commit 5b5f5bc38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>