mirror of
https://github.com/a-mayb3/KanbanCloneAngular.git
synced 2026-03-21 18:05:38 +01:00
Added user registration
This commit is contained in:
parent
1c19bb4e7d
commit
0c8f11a463
8 changed files with 291 additions and 4 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<label for="email">e-mail address</label>
|
||||
<input
|
||||
id="email"
|
||||
type="email"
|
||||
type="email"
|
||||
[(ngModel)]="email"
|
||||
name="email"
|
||||
placeholder="Enter your e-mail address"
|
||||
|
|
@ -44,5 +44,7 @@
|
|||
}
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<p class="register-link">or <a routerLink="/register">register here</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue