Skip to content

Commit 4c789c7

Browse files
committed
The AuthenticationController is provided to these from the AuthenticationView.
1 parent 43572a5 commit 4c789c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

uitools/import/Esri/ArcGISRuntime/Toolkit/ClientCertificateView.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Qt.labs.platform as P
2222

2323
Dialog {
2424
id: clientCertificateView
25-
property AuthenticationController controller: AuthenticationController {}
25+
property AuthenticationController controller: null
2626

2727
title: qsTr("Client certificate requested")
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import QtQuick.Window
2424
Dialog {
2525
id: oAuthView
2626

27-
property AuthenticationController controller: AuthenticationController {}
27+
property AuthenticationController controller: null
2828

2929
title: webView.title
3030

uitools/import/Esri/ArcGISRuntime/Toolkit/SslHandshakeView.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import QtQuick.Layouts
2222

2323
Dialog {
2424

25-
property AuthenticationController controller: AuthenticationController {}
25+
property AuthenticationController controller: null
2626

2727
title: qsTr("Untrusted Host")
2828

uitools/import/Esri/ArcGISRuntime/Toolkit/UserCredentialsView.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import QtQuick.Layouts
2323
Dialog {
2424
id: userCredentialsView
2525

26-
property AuthenticationController controller: AuthenticationController {}
26+
property AuthenticationController controller: null
2727

2828
title: qsTr("Authentication required")
2929

0 commit comments

Comments
 (0)