feat(client): auth interceptor

This commit is contained in:
eneller
2026-07-23 13:02:58 +02:00
parent 4f734fff30
commit c876a45ef8
7 changed files with 57 additions and 9 deletions

View File

@@ -57,15 +57,15 @@
<!-- Error Alert -->
@if (error) {
<ngb-alert
*ngIf="error"
type="danger"
(closed)="error = null"
[dismissible]="true"
>
{{ error }}
</ngb-alert>
}
</form>
</div>
</div>