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

Release 4.0 #446

Closed
wants to merge 389 commits into from
Closed

Release 4.0 #446

wants to merge 389 commits into from

Conversation

anmode
Copy link
Owner

@anmode anmode commented Jun 27, 2023

This is major release!

@vercel
Copy link

vercel bot commented Jun 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
grabtern-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2024 9:35am

@github-actions
Copy link

Thank you, @anmode, for creating this pull request and contributing to GitHub-ReadMe!
Our review team will thoroughly review the pull request and will reach out to you soon!
Please make sure you have marked all the completed tasks as done.
We appreciate your patience and contribution!

@github-actions github-actions bot added the gssoc23 This is label for GirlScript Summer of Code 2023 label Jun 27, 2023
* First_Commit

* minor_change

* Prettier_write

* MInor_change

* Minor_change
* razorpay: Add feature of payment order through razorpay.

Signed-off-by: sayyedarib <sayyedaribhussain4321@gmail.com>

* razorpay: Add verification logic of payment.

Signed-off-by: sayyedarib <sayyedaribhussain4321@gmail.com>

* razorpay: remove unecessary comments and consoles,
	  add comments wherever needed

Signed-off-by: sayyedarib <sayyedaribhussain4321@gmail.com>

* razorpay_and_index: Add toast for verification messsage.

Signed-off-by: sayyedarib <sayyedaribhussain4321@gmail.com>

---------

Signed-off-by: sayyedarib <sayyedaribhussain4321@gmail.com>
if (entityType === "user") {
setIsUserLoggedIn(true);
localStorage.setItem("userData", JSON.stringify(res.userData));
router.replace(redirectURL || "/");

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
} else if (entityType === "mentor") {
setIsMentorLoggedIn(true);
localStorage.setItem("mentorData", JSON.stringify(res.mentorData));
router.replace(redirectURL || "/");

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
if (entityType === "user") {
setIsUserLoggedIn(true);
localStorage.setItem("userData", JSON.stringify(res.userData));
router.replace(redirectURL || "/");

Check failure

Code scanning / CodeQL

Client-side cross-site scripting High

Cross-site scripting vulnerability due to
user-provided value
.
} else if (entityType === "mentor") {
setIsMentorLoggedIn(true);
localStorage.setItem("mentorData", JSON.stringify(res.mentorData));
router.replace(redirectURL || "/");

Check failure

Code scanning / CodeQL

Client-side cross-site scripting High

Cross-site scripting vulnerability due to
user-provided value
.
* lauching it

* fixed working
Co-authored-by: Ayusht777 <talesarayush@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc23 This is label for GirlScript Summer of Code 2023
Projects
None yet
Development

Successfully merging this pull request may close these issues.