Skip to content

Commit e93bd41

Browse files
AuthenticationController::cancelWithError takes 2 arguments (#743)
1 parent f0252ce commit e93bd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uitools/toolkitcpp/import/Esri/ArcGISRuntime/Toolkit/OAuth2View.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Dialog {
5757
forceActiveFocus();
5858
webViewLoaded_();
5959
} else if (loadRequest.status === WebView.LoadFailedStatus) {
60-
controller.cancelWithError("Failed to load");
60+
controller.cancelWithError("Failed to load", html);
6161
}
6262
}
6363

0 commit comments

Comments
 (0)