Skip to content
Snippets Groups Projects
Unverified Commit 9172935c authored by Bianca Severino's avatar Bianca Severino Committed by GitHub
Browse files

Merge pull request #25792 from edx/bseverino/idv-course-key

Fix query string being passed into IDV flow
parents 739e8a1e 8805914b
No related branches found
No related tags found
No related merge requests found
......@@ -238,5 +238,5 @@ class IDVerificationService(object):
"""
location = '{}/id-verification'.format(settings.ACCOUNT_MICROFRONTEND_URL)
if course_id:
location = location + '?{}'.format(str(course_id))
location = location + '?course_id={}'.format(str(course_id))
return location
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment