Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: onboarding component recommendations on authn #1287

Open
wants to merge 1 commit into
base: 2u-main
Choose a base branch
from

Conversation

mubbsharanwar
Copy link
Contributor

Description

Show recommendations to the users who come from the onboarding component experience

JIRA

VAN-1947

How Has This Been Tested?

Through unit tests and manual testing

@mubbsharanwar mubbsharanwar requested a review from a team as a code owner July 17, 2024 11:47
Copy link
Contributor

@ahtesham-quraish ahtesham-quraish left a comment

Choose a reason for hiding this comment

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

LGTM!

@mubbsharanwar mubbsharanwar force-pushed the manwar/VAN-1947 branch 2 times, most recently from 85a0f72 to 186e5e9 Compare July 20, 2024 14:11
src/recommendations/RecommendationsPage.jsx Outdated Show resolved Hide resolved
src/recommendations/RecommendationsPage.jsx Outdated Show resolved Hide resolved
src/recommendations/RecommendationsPage.jsx Outdated Show resolved Hide resolved
if (registrationResponse) {
window.location.href = registrationResponse.redirectUrl;
if (redirectUrl) {
window.location.href = redirectUrl;
Copy link
Contributor

Choose a reason for hiding this comment

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

something to discuss before merging:

I think it's a security risk to redirect to redirectUrl coming in query params without verifying if its safe or not.

Copy link
Contributor

@syedsajjadkazmii syedsajjadkazmii left a comment

Choose a reason for hiding this comment

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

blocking merge until we discuss the above ^ comment.

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