Bump msal-node and fix a bad contrast ratio (#226210)

Bumps MSAL-node which contains [my fix](https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/7247) that will actually show our error template.

Also fixes an A11y contrast issue with said error template.
This commit is contained in:
Tyler James Leonhardt
2024-08-21 15:53:21 -07:00
committed by GitHub
parent a9cfa77428
commit 6544b003dc
3 changed files with 11 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ export const loopbackTemplate = `
}
.error-text {
color: red;
color: salmon;
font-size: 1rem;
}