Skip to content

Commit 30d8c95

Browse files
committed
rename balance code url param check
1 parent 9ecc919 commit 30d8c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/bringyour.com/lib-ur/connect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ new function() {
23582358
// get bonus from query params
23592359
const urlParams = new URLSearchParams(window.location.search)
23602360
const bonusReferral = urlParams.get('bonus')
2361-
const balanceCode = urlParams.get('balance')
2361+
const balanceCode = urlParams.get('balance-code')
23622362

23632363
let userAuthStr = userAuth || ''
23642364
let bonusReferralStr = bonusReferral ?? ''

0 commit comments

Comments
 (0)