Skip to content

Commit 4d42441

Browse files
committed
fix: update custom endpoint in preference page
1 parent 8ce9666 commit 4d42441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/io/snyk/plugin/ui/SnykSettingsDialog.kt

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ class SnykSettingsDialog(
155155
}
156156
getSnykCliAuthenticationService(project)?.authenticate()
157157
tokenTextField.text = pluginSettings().token
158+
customEndpointTextField.text = pluginSettings().customEndpointUrl
159+
158160
runBackgroundableTask("Checking Snyk Code Enablement In Organisation", project, true) {
159161
this.scanTypesPanelOuter.checkSastEnabled()
160162
}

0 commit comments

Comments
 (0)