This commit is contained in:
cereci5049 2024-08-05 13:26:34 +05:30
parent 363b9fc771
commit 98d145b366
2 changed files with 14 additions and 0 deletions

View file

@ -4,6 +4,7 @@ type
firstName*: string
lastName*: string
email*: string
phone*: string
password*: string
createdAt*: string
updatedAt*: string

View file

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