ui(macos): remove Claude auth skip button

This commit is contained in:
Peter Steinberger 2025-12-14 19:23:49 +00:00
parent cb3b0ffd4b
commit 672aab20c4

View File

@ -398,12 +398,6 @@ struct OnboardingView: View {
}
.buttonStyle(.borderedProminent)
.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 {