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

join: Navigate to game upon login during game join. #175

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

sethdivyansh
Copy link
Contributor

@sethdivyansh sethdivyansh commented Jun 29, 2024

Description

  1. If the user is not logged in, they are redirected to the login page.
  2. After successful login, the user is directly navigated to the game they intended to join instead of the home page.

Fixes: #174

How to Test

  1. Attempt to join a game using a code or link while not logged in.
  2. Verify redirection to the login page.
  3. Log in with valid credentials.
  4. Confirm that you are navigated directly to the game instead of the home page.

Checklist

  • I have tested these changes locally.
  • I have reviewed the code and ensured it follows the project's coding guidelines.
  • I have updated the documentation, if necessary.
  • I have assigned reviewers to this pull request.

Screenshots (if applicable)

Screen.Recording.2024-06-29.at.6.11.53.PM.mov

Copy link

vercel bot commented Jun 29, 2024

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

Name Status Preview Comments Updated (UTC)
multiplayer-uno ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2024 1:06pm

@kuv2707 kuv2707 merged commit 5460f7f into shivansh-bhatnagar18:master Jun 29, 2024
8 checks passed
@kuv2707
Copy link
Collaborator

kuv2707 commented Jun 29, 2024

Merged, thanks @sethdivyansh

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.

User is redirected to home page instead of game after login
2 participants