Skip to content

Commit 58e4c6a

Browse files
committed
acrolinx-pass
1 parent e57582a commit 58e4c6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/active-directory/external-identities/customers/how-to-single-page-app-vanillajs-configure-authentication.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,9 @@ A redirection file is required to handle the response from the sign-in page. The
186186

187187
## Creating the authPopup.js file
188188

189-
The application uses *authPopup.js* to handle the authentication flow when the user signs in using the pop-up window. The pop-up window is used when the user is already signed in and the application needs to get an access token for a different resource.
189+
The application uses *authPopup.js* to handle the authentication flow when the user signs in using the pop-up window. The pop-up window is used when the user is already signed in and the application needs to get an access token for a different resource.
190190

191-
1. In the *public* folder, create a new file and name it *authPopup.js*.
192-
1. Open *authPopup.js* and add the following code snippet:
191+
1. In the *public* folder, open *authPopup.js* and add the following code snippet:
193192

194193
```javascript
195194
// Create the main myMSALObj instance

0 commit comments

Comments
 (0)