From 06e9f35cd54a0ae20900672fd83b089bb444373f Mon Sep 17 00:00:00 2001 From: Andreas Gehrke Date: Fri, 8 Aug 2025 09:55:25 +0200 Subject: [PATCH] Correct link to AccountInfo type in Accounts.md The link to AccountInfo currently points to a non-existing anchor. This PR corrects the link to the page documenting the AccountInfo type. --- lib/msal-common/docs/Accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msal-common/docs/Accounts.md b/lib/msal-common/docs/Accounts.md index 760fe9dfd0..c54a3c153a 100644 --- a/lib/msal-common/docs/Accounts.md +++ b/lib/msal-common/docs/Accounts.md @@ -1,6 +1,6 @@ # Accounts in MSAL JavaScript -MSAL JavaScript libraries (`msal-browser` and `msal-node`) support both single account and multiple accounts scenarios in javascript applications. An `account` object is standardized across the libraries and can be referenced [here](https://azuread.github.io/microsoft-authentication-library-for-js/ref/modules/_azure_msal_common.html#accountinfo). +MSAL JavaScript libraries (`msal-browser` and `msal-node`) support both single account and multiple accounts scenarios in javascript applications. An `account` object is standardized across the libraries and can be referenced [here](https://azuread.github.io/microsoft-authentication-library-for-js/ref/types/_azure_msal_common.AccountInfo.html). ## Account Identifiers