Skip to content

Commit

Permalink
Fixed serverurl clear on sign out
Browse files Browse the repository at this point in the history
  • Loading branch information
pythcon committed Dec 9, 2024
1 parent 260b8e9 commit 6d71ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Revolt/ViewState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ public class ViewState: ObservableObject {
func setSignedOutState() {
withAnimation {
state = .signedOut
userSettingsStore.store.serverUrl = "" // Clear server URL on sign out
}
}

Expand Down

0 comments on commit 6d71ab1

Please sign in to comment.