PM-7392 - Per feedback, use danger simple dialog type for error.

This commit is contained in:
Jared Snider 2024-05-09 17:06:20 -04:00
parent ff3b0ddfb4
commit 0d385c65c7
No known key found for this signature in database
GPG Key ID: A149DDD612516286
1 changed files with 2 additions and 2 deletions

View File

@ -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);