Skip to content

Commit bdb9a2f

Browse files
authored
Switched to new MSAL iOS public API surface for webview parameters initialization
1 parent 9310d99 commit bdb9a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-v2-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Add the following after `initMSAL` method to the `ViewController` class.
385385

386386
```swift
387387
func initWebViewParams() {
388-
self.webViewParameters = MSALWebviewParameters(parentViewController: self)
388+
self.webViewParameters = MSALWebviewParameters(authPresentationViewController: self)
389389
}
390390
```
391391

0 commit comments

Comments
 (0)