added required field for store password
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
<input type="hidden" class="form-control" id="_teamstore_id" name="store_id">
|
||||
<label class="col-md-4 control-label">Store Password</label>
|
||||
<div class="input-group mb-3">
|
||||
<input type="password" class="form-control pwd" name="password" placeholder="Store Password" aria-label="Store Password" aria-describedby="button-addon2">
|
||||
<input type="password" class="form-control pwd" name="password" placeholder="Store Password" aria-label="Store Password" aria-describedby="button-addon2" required>
|
||||
<button class="btn btn-outline-secondary reveal-password" type="button" id="button-addon2"><i class="fa fa-eye"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user