Skip to content

Commit 102d813

Browse files
committed
feat: add reg-source to signup action in login modal on gigs page
1 parent 1338606 commit 102d813

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/Gigs/LoginModal

1 file changed

+1
-1
lines changed

src/shared/components/Gigs/LoginModal/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function LoginModal({ retUrl, onCancel, utmSource }) {
5656
<div className={modalStyle.ctaButtons}>
5757
<PrimaryButton
5858
onClick={() => {
59-
window.location = `${config.URL.AUTH}/member/registration?retUrl=${encodeURIComponent(retUrl)}&mode=signUp&utm_source=${utmSource}`;
59+
window.location = `${config.URL.AUTH}/member/registration?retUrl=${encodeURIComponent(retUrl)}&mode=signUp&utmSource=${utmSource}&regSource=gigs`;
6060
}}
6161
theme={{
6262
button: buttonThemes.tc['primary-green-md'],

0 commit comments

Comments
 (0)