Merge pull request 'main' (#1) from cereci5049/8:main into main

Reviewed-on: harshscool955952/8#1
This commit is contained in:
harshscool955952 2024-08-05 09:59:25 +02:00
commit f4900b999d
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> --> #}