Skip to content

Conversation

@overheadhunter
Copy link
Member

@overheadhunter overheadhunter commented Jan 16, 2026

Warning

DO NOT MERGE

This is just a tech demo atm

This change sends the data to the "verify email" endpoint, which (if configured correctly) will forward it to the final store endpoint on completion of the verification process.

Run npm run serve to use the staging endpoints

this._feedbackData.errorMessage = '';
$.ajax({
url: REQUEST_HUB_MANAGED_URL,
url: VERIFY_EMAIL_URL, // REQUEST_HUB_MANAGED_URL,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we delete REQUEST_HUB_MANAGED_URL?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, as soon as we have a plan for how email verification shall be implemented on the frontend. As noted above, this is currently just a PoC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants