Skip to content

Commit 4bee7e6

Browse files
Uplift of #8180 (squashed) to beta
1 parent 3fecfe4 commit 4bee7e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_authorization.cc

+5
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ void UpholdAuthorization::OnAuthorize(
151151
break;
152152
}
153153

154+
// After a login, we want to attempt to relink the user's payment ID to their
155+
// Uphold wallet address. Clear the flag that will cause relinking to be
156+
// skipped.
157+
ledger_->state()->SetAnonTransferChecked(false);
158+
154159
ledger_->uphold()->SetWallet(wallet_ptr->Clone());
155160

156161
auto user_callback = std::bind(&UpholdAuthorization::OnGetUser,

0 commit comments

Comments
 (0)