Skip to content

Commit 51b15f9

Browse files
committed
fix: update user facing msg
1 parent 3d6651d commit 51b15f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ class CoderRemoteProvider(
438438
if (!context.settingsStore.preferOAuth2IfAvailable) {
439439
context.logAndShowError(
440440
FAILED_TO_HANDLE_OAUTH2_TITLE,
441-
"OAuth authentication is no longer preferred or enabled for Coder Toolbox. Please use API tokens instead."
441+
"OAuth based authentication is not enabled for Coder plugin in Toolbox. Please enable it in plugin settings or use the API token instead."
442442
)
443443
return
444444
}

0 commit comments

Comments
 (0)