ui(macos): remove Claude auth skip button
parent
fb23717102
commit
7948d071e0
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue