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

[WEB-1319] chore: New authentication workflow #4481

Merged
merged 4 commits into from
May 16, 2024

Conversation

gurusainath
Copy link
Collaborator

Description

This pull request introduces significant updates to the authentication workflow for the Space application, enhancing the user experience for both sign-in and sign-up processes.

Issue link: [WEB-1319]

@gurusainath gurusainath self-assigned this May 16, 2024
@gurusainath gurusainath added 🌟enhancement New feature or request 🌐frontend labels May 16, 2024
@gurusainath gurusainath added this to the v0.20-dev milestone May 16, 2024
if (labels && labels.length > 0) queryParams = { ...queryParams, labels: labels };
queryParams = new URLSearchParams(queryParams).toString();
router.push(`/${workspaceSlug}/${projectId}?${queryParams}`);
const queryGenerated = queryParamGenerator({ board: boardView, peekId, priority, state, labels });
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use the spread operator to get only the required value.

@SatishGandham SatishGandham merged commit bab52a2 into preview May 16, 2024
13 of 14 checks passed
@SatishGandham SatishGandham deleted the fix-space-authentication-update branch May 16, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟enhancement New feature or request 🌐frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants