diff --git a/frontend/src/components/copilot/CopilotSettings.vue b/frontend/src/components/copilot/CopilotSettings.vue index 716465b..d5a50d0 100644 --- a/frontend/src/components/copilot/CopilotSettings.vue +++ b/frontend/src/components/copilot/CopilotSettings.vue @@ -27,7 +27,14 @@ class="w-full px-3 py-2 text-sm font-medium text-white bg-[#1f6feb] hover:bg-[#388bfd] rounded transition-colors cursor-pointer" @click="handleLogin" > - Connect to Claude + Connect to Claude (OAuth) + + +
@@ -97,6 +104,7 @@