ui(macos): remove Claude auth skip button
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user