We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49edc3 commit 8c733cdCopy full SHA for 8c733cd
Amperfy/SwiftUI/Settings/Server/ServerSettingsView.swift
@@ -29,6 +29,8 @@ struct ServerSettingsView: View {
29
private func logout() {
30
// reset login credentials -> at new start the login view is presented to auth and resync library
31
self.appDelegate.storage.loginCredentials = nil
32
+ // force resync after login
33
+ self.appDelegate.storage.isLibrarySynced = false
34
self.appDelegate.restartByUser()
35
}
36
0 commit comments