refactor: remove terms acceptance reset (#9)

This commit is contained in:
Owen Gretzinger
2025-07-14 17:55:46 -04:00
committed by GitHub
parent 89a413b8f1
commit 33017d2578
2 changed files with 1 additions and 2 deletions
@@ -84,7 +84,6 @@ class SettingsViewModel: ObservableObject {
func resetOnboarding() {
settings.hasCompletedOnboarding = false
settings.hasAcceptedTerms = false
saveSettings(showMessage: false)
// Force app to restart or recreate views by posting a notification