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.
1 parent 0160e6f commit 08789e6Copy full SHA for 08789e6
src/main/kotlin/com/coder/toolbox/views/ConnectStep.kt
@@ -47,7 +47,7 @@ class ConnectStep(
47
context.i18n.pnotr("")
48
}
49
50
- if (CoderCliSetupContext.isNotReadyForAuth()) {
+ if (context.settingsStore.requireTokenAuth && CoderCliSetupContext.isNotReadyForAuth()) {
51
errorField.textState.update {
52
context.i18n.pnotr("URL and token were not properly configured. Please go back and provide a proper URL and token!")
53
0 commit comments