Commits

Giuseppe Digilio authored 9b65189b4a7
Fixed build errors
No tags

src/app/shared/log-out/log-out.component.html

Modified
1 1 <div class="form-login px-4">
2 2
3 - <div *ngIf="(error | async) && hasError" class="alert alert-danger" role="alert" @fadeOut>{{ error | async }}</div>
3 + <div *ngIf="(error | async)" class="alert alert-danger" role="alert" @fadeOut>{{ error | async }}</div>
4 4
5 5 <button class="btn btn-lg btn-primary btn-block mt-3" (click)="logOut()">{{"logout.form.submit" | translate}}</button>
6 6 </div>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut