There was an error while loading. Please reload this page.
1 parent 9ecc919 commit 30d8c95Copy full SHA for 30d8c95
1 file changed
web/bringyour.com/lib-ur/connect.js
@@ -2358,7 +2358,7 @@ new function() {
2358
// get bonus from query params
2359
const urlParams = new URLSearchParams(window.location.search)
2360
const bonusReferral = urlParams.get('bonus')
2361
- const balanceCode = urlParams.get('balance')
+ const balanceCode = urlParams.get('balance-code')
2362
2363
let userAuthStr = userAuth || ''
2364
let bonusReferralStr = bonusReferral ?? ''
0 commit comments