Skip to content

Commit

Permalink
Disable the autofill survey (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
THISISDINOSAUR authored and amddg44 committed May 30, 2024
1 parent 237345d commit 7f9c6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/AutofillLoginListViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ final class AutofillLoginListViewModel: ObservableObject {
// MARK: Public Methods

func isAutofillSurveyEnabled() -> Bool {
return appSettings.autofillSurveyEnabled
return false
}

func disableAutofillSurvey() {
Expand Down

0 comments on commit 7f9c6d8

Please sign in to comment.