We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8714702 commit c335cbeCopy full SHA for c335cbe
1 file changed
Core/Sources/HostApp/AccountSettings/CopilotView.swift
@@ -113,6 +113,10 @@ struct CopilotView: View {
113
}.onAppear {
114
if isPreview { return }
115
checkStatus()
116
+ }.onChange(of: settings.runNodeWith) { _ in
117
+ Self.copilotAuthService = nil
118
+ }.onChange(of: settings.nodePath) { _ in
119
120
}
121
122
0 commit comments