We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6651d commit 51b15f9Copy full SHA for 51b15f9
1 file changed
src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt
@@ -438,7 +438,7 @@ class CoderRemoteProvider(
438
if (!context.settingsStore.preferOAuth2IfAvailable) {
439
context.logAndShowError(
440
FAILED_TO_HANDLE_OAUTH2_TITLE,
441
- "OAuth authentication is no longer preferred or enabled for Coder Toolbox. Please use API tokens instead."
+ "OAuth based authentication is not enabled for Coder plugin in Toolbox. Please enable it in plugin settings or use the API token instead."
442
)
443
return
444
}
0 commit comments