027
This commit is contained in:
parent
363b9fc771
commit
98d145b366
2 changed files with 14 additions and 0 deletions
|
@ -4,6 +4,7 @@ type
|
|||
firstName*: string
|
||||
lastName*: string
|
||||
email*: string
|
||||
phone*: string
|
||||
password*: string
|
||||
createdAt*: string
|
||||
updatedAt*: string
|
||||
|
|
|
@ -53,6 +53,19 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="email">Phone:</label>
|
||||
{# <!-- <label class="text-danger">{{emailError}}</label> --> #}
|
||||
<label class="text-danger"></label>
|
||||
|
||||
{# <!-- {% if emailError != "" %}
|
||||
<input type="email" name="email" id="email" class="form-control is-invalid" required autocomplete="off">
|
||||
{% else %} --> #}
|
||||
<input type="email" name="ph" class="form-control" required autocomplete="off">
|
||||
{# <!-- {% endif %} --> #}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="password">Password:</label>
|
||||
{# <!-- <label class="text-danger">{{passwordError}}</label> --> #}
|
||||
|
|
Loading…
Reference in a new issue