added interceptor and authService to manage log
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
</p>
|
||||
|
||||
@if (authState()) {
|
||||
<app-sign-in-form class="mb-9"></app-sign-in-form>
|
||||
<app-sign-in-form class="mb-9" #loginForm></app-sign-in-form>
|
||||
|
||||
<ion-button class="w-10/12 mt-0 border-0" color="primary">
|
||||
<ion-button class="w-10/12 mt-0 border-0" color="primary" (click)="connectUser()">
|
||||
<p class="text-white font-bold m-0">Se connecter</p>
|
||||
</ion-button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user