ui(macos): remove Claude auth skip button

This commit is contained in:
Peter Steinberger
2025-12-14 19:23:49 +00:00
parent fb23717102
commit 7948d071e0

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 {