Remove spaces from an RCL asset link (#26335)
parent
fe8fa01605
commit
7095c7b4ef
|
@ -1,6 +1,5 @@
|
|||
The Index page (`wwwroot/index.html`) page includes a script that defines the `AuthenticationService` in JavaScript. `AuthenticationService` handles the low-level details of the OIDC protocol. The app internally calls methods defined in the script to perform the authentication operations.
|
||||
|
||||
```html
|
||||
<script src="_content/Microsoft.Authentication.WebAssembly.Msal/
|
||||
AuthenticationService.js"></script>
|
||||
<script src="_content/Microsoft.Authentication.WebAssembly.Msal/AuthenticationService.js"></script>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue