Skip to content

Commit 34f6b81

Browse files
committed
update styling
1 parent 6d81db2 commit 34f6b81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/active-directory/develop/msal-js-prompt-behavior.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ The following prompt values can be used when authenticating with the Microsoft i
5757

5858
MSAL.js will throw an `invalid_prompt` error for any unsupported prompt values:
5959

60-
> invalid_prompt_value: Supported prompt values are 'login', 'select_account', 'consent', 'create' and 'none'. Please see here for valid configuration options: https://azuread.github.io/microsoft-authentication-library-for-js/ref/modules/_azure_msal_common.html#commonauthorizationurlrequest Given value: my_custom_prompt
60+
```console
61+
invalid_prompt_value: Supported prompt values are 'login', 'select_account', 'consent', 'create' and 'none'. Please see here for valid configuration options: https://azuread.github.io/microsoft-authentication-library-for-js/ref/modules/_azure_msal_common.html#commonauthorizationurlrequest Given value: my_custom_prompt
62+
```
6163

6264
## Default prompt values
6365

0 commit comments

Comments
 (0)