ui(macos): remove Claude auth skip button

main
Peter Steinberger 2025-12-14 19:23:49 +00:00
parent fb23717102
commit 7948d071e0
1 changed files with 0 additions and 6 deletions

View File

@ -398,12 +398,6 @@ struct OnboardingView: View {
} }
.buttonStyle(.borderedProminent) .buttonStyle(.borderedProminent)
.disabled(self.anthropicAuthBusy) .disabled(self.anthropicAuthBusy)
Button("Skip for now") {
self.anthropicAuthStatus = "Skipped. Pi may not respond until you connect Claude."
}
.buttonStyle(.bordered)
.disabled(self.anthropicAuthBusy)
} }
if self.anthropicAuthPKCE != nil { if self.anthropicAuthPKCE != nil {