Skip to content

Commit

Permalink
Rename, reword template
Browse files Browse the repository at this point in the history
- Fix redirect
  • Loading branch information
mfraezz committed Dec 7, 2023
1 parent 7810a1e commit 9e0322d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/auth/campaigns.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_campaigns():
newest_campaigns.update({
'agu_conference_2023': {
'system_tag': CampaignSourceTags.AguConference2023.value,
'redirect_url': '',
'redirect_url': furl.furl(DOMAIN).add(path='dashboard/').url,
'confirmation_email_template': mails.CONFIRM_EMAIL_AGU_CONFERENCE_2023,
'login_type': 'native',
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
You can register for this free event here:
<br>
https://cos-io.zoom.us/meeting/register/tZAuceCvrjotHNG3n6XzLFDv1Rnn2hkjczHr
<br>
To continue, please verify your email address by visiting this link:<br>
<br><br>
To confirm your OSF account, please verify your email address by visiting this link:<br>
<br>
${confirmation_url}<br>
<br>
Expand Down

0 comments on commit 9e0322d

Please sign in to comment.