diff --git a/apps/desktop/src/app/app.component.ts b/apps/desktop/src/app/app.component.ts index e9985d5ca9..6a246b2aa0 100644 --- a/apps/desktop/src/app/app.component.ts +++ b/apps/desktop/src/app/app.component.ts @@ -603,7 +603,7 @@ export class AppComponent implements OnInit, OnDestroy { content: { key: "accessTokenUnableToBeDecrypted" }, acceptButtonText: { key: "ok" }, cancelButtonText: null, - type: "info", + type: "danger", }); await firstValueFrom(this.activeSimpleDialog.closed); @@ -623,7 +623,7 @@ export class AppComponent implements OnInit, OnDestroy { content: { key: "refreshTokenSecureStorageRetrievalFailure" }, acceptButtonText: { key: "ok" }, cancelButtonText: null, - type: "info", + type: "danger", }); await firstValueFrom(this.activeSimpleDialog.closed);