mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-06 08:31:48 +01:00
Firebase authentication completed
This commit is contained in:
parent
b1e895f69a
commit
c26e0c99f1
11 changed files with 277 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<h1 id="title" class="title">Register</h1>
|
||||
|
||||
<nb-alert
|
||||
<!-- <nb-alert
|
||||
*ngIf="showMessages.error && errors?.length && !submitted"
|
||||
outline="danger"
|
||||
role="alert"
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
{{ message }}
|
||||
</li>
|
||||
</ul>
|
||||
</nb-alert>
|
||||
</nb-alert> -->
|
||||
|
||||
<form (ngSubmit)="register()" #form="ngForm" aria-labelledby="title">
|
||||
<div class="form-control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue