Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01651f0

Browse files
committedJun 12, 2025
chore: remove misleading message
1 parent a6d9332 commit 01651f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/main/kotlin/com/coder/toolbox/views/ConnectStep.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ class ConnectStep(
7777
signInJob?.cancel()
7878
signInJob = context.cs.launch {
7979
try {
80-
statusField.textState.update { (context.i18n.ptrl("Authenticating to ${AuthContext.url!!.host}...")) }
8180
val client = CoderRestClient(
8281
context,
8382
AuthContext.url!!,

0 commit comments

Comments
 (0)