Skip to content

Commit 72650d9

Browse files
committed
fix: logout for a deployment launched via URI
Auto connect was running after logout on deployments that were opened when Toolbox was launched by a URI. This fix forces URI handler to disable auto connect for the URI connections.
1 parent 9097242 commit 72650d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ class CoderRemoteProvider(
407407
} finally {
408408
coderHeaderPage.isBusy.update { false }
409409
isHandlingUri.set(false)
410+
firstRun = false
410411
}
411412
}
412413

0 commit comments

Comments
 (0)