Skip to content

Commit 3e3d38f

Browse files
committed
fix: don't reset the URL
- only reset the token, we want the user to quickly modify the existing URL
1 parent 611593e commit 3e3d38f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,7 @@ class CoderWorkspacesStepView(val enableNextButtonCallback: (Boolean) -> Unit) :
330330

331331
else -> {
332332
logger.warn("An exception was encountered while opening ${localWizardModel.coderURL}. Reason: ${e.message}")
333-
localWizardModel.coderURL = "https://coder.example.com"
334333
localWizardModel.token = ""
335-
tfUrl?.text = localWizardModel.coderURL
336334
}
337335
}
338336

0 commit comments

Comments
 (0)