mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-06 01:25:00 +02:00
Fixed #172
This commit is contained in:
parent
b6c00187f2
commit
2d5efcd9ae
4 changed files with 4 additions and 4 deletions
|
@ -385,7 +385,7 @@
|
|||
<input type="text" class="form-control form-control-sm" name="user_name" placeholder="user1" autocomplete="off" required autocapitalize="none">
|
||||
</td>
|
||||
<td>
|
||||
<input type="email" class="form-control form-control-sm" name="user_email" placeholder="user1@example.com" autocomplete="off" required autocapitalize="none">
|
||||
<input type="text" class="form-control form-control-sm" name="user_email" placeholder="user1@example.com" autocomplete="off" required autocapitalize="none">
|
||||
</td>
|
||||
<td>
|
||||
<input type="password" class="form-control form-control-sm" name="panelPassword" autocomplete="off" required>
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
|
||||
<div class="mb-3">
|
||||
<label for="contactEmail" class="form-label required">{{ __('Contact Email') }}</label>
|
||||
<input type="email" class="form-control" id="contactEmail" name="contactEmail" placeholder="{{ __('Enter contact email') }}" value="{{ email }}" required>
|
||||
<input type="text" class="form-control" id="contactEmail" name="contactEmail" placeholder="{{ __('Enter contact email') }}" value="{{ email }}" required>
|
||||
<small class="form-hint">{{ __('The email address for general inquiries to the registry.') }}</small>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue