We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fecfe4 commit 4bee7e6Copy full SHA for 4bee7e6
vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_authorization.cc
@@ -151,6 +151,11 @@ void UpholdAuthorization::OnAuthorize(
151
break;
152
}
153
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
+
159
ledger_->uphold()->SetWallet(wallet_ptr->Clone());
160
161
auto user_callback = std::bind(&UpholdAuthorization::OnGetUser,
0 commit comments