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 a6d9332 commit 01651f0Copy full SHA for 01651f0
src/main/kotlin/com/coder/toolbox/views/ConnectStep.kt
@@ -77,7 +77,6 @@ class ConnectStep(
77
signInJob?.cancel()
78
signInJob = context.cs.launch {
79
try {
80
- statusField.textState.update { (context.i18n.ptrl("Authenticating to ${AuthContext.url!!.host}...")) }
81
val client = CoderRestClient(
82
context,
83
AuthContext.url!!,
0 commit comments