Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Turn IsSyncAccountEmail to default false
Browse files Browse the repository at this point in the history
Auditor: @briiver
  • Loading branch information
darkdh committed Aug 31, 2018
1 parent 232da3e commit 1247459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brave/browser/password_manager/brave_credentials_filter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bool BraveCredentialsFilter::ShouldSaveEnterprisePasswordHash(

bool BraveCredentialsFilter::IsSyncAccountEmail(
const std::string& username) const {
return true;
return false;
}

void BraveCredentialsFilter::ReportFormLoginSuccess(
Expand Down

0 comments on commit 1247459

Please sign in to comment.