Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit 508cd17

Browse files
Update README.md
Fix typo in example code
1 parent a735855 commit 508cd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/msal-capacitor-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ This happens when redirect are in applications like Microsoft Authenticator.
435435

436436
var response = false
437437

438-
response = MSALPublicClientApplication.handleMSALRespobse((url), sourceApplication: options[UIApplication.OpenURLOptionsKey.sourceApplication] as? String)
438+
response = MSALPublicClientApplication.handleMSALResponse((url), sourceApplication: options[UIApplication.OpenURLOptionsKey.sourceApplication] as? String)
439439
response = CAPBridge.handleOpenUrl(url, options)
440440

441441
return response
@@ -990,4 +990,4 @@ export declare type MsalAuthenticationResults = {
990990
<img src="https://avatars.githubusercontent.com/u/46410573?s=60&amp;v=4" width="100px"><br /><sub><b>Chase Crawford</b></sub>
991991
</td>
992992
</tr>
993-
</table>
993+
</table>

0 commit comments

Comments
 (0)