We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c494fb9 + b9cb366 commit 00ebbcfCopy full SHA for 00ebbcf
uitools/import/Esri/ArcGISRuntime/Toolkit/UserCredentialsView.qml
@@ -46,15 +46,15 @@ Dialog {
46
text: qsTr("Continue")
47
DialogButtonBox.buttonRole: DialogButtonBox.AcceptRole
48
}
49
+ }
50
- onAccepted: {
51
- controller.continueWithUsernamePassword(usernameTextField.text,
52
- passwordTextField.text);
53
- }
+ onAccepted: {
+ controller.continueWithUsernamePassword(usernameTextField.text,
+ passwordTextField.text);
54
55
- onRejected: {
56
- controller.cancel();
57
+ onRejected: {
+ controller.cancel();
58
59
60
ColumnLayout {
0 commit comments