We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e613a01 commit fc208e6Copy full SHA for fc208e6
api/openapi_server/controllers/auth_controller.py
@@ -424,9 +424,9 @@ def confirm_signup():
424
ConfirmationCode=code
425
)
426
427
- return redirect("{URL}/email-verification-success")
+ return redirect(f"{URL}/email-verification-success")
428
except Exception as e:
429
- return redirect("{URL}/email-verification-error")
+ return redirect(f"{URL}/email-verification-error")
430
431
# What comes first invite or adding the user
432
#Do I have an oauth token
0 commit comments