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

Error During Guest User Gameplay: AuthProvider is not defined #369

Open
iammuhammadahmad opened this issue Oct 12, 2024 · 1 comment
Open

Comments

@iammuhammadahmad
Copy link

iammuhammadahmad commented Oct 12, 2024

When trying to play the game as a Guest user, the following error occurs:

isGuest: WhitePlayer?.provider === AuthProvider.GUEST ReferenceError: AuthProvider is not defined

It seems that AuthProvider is not defined, as referenced in the following code segment.

isGuest: WhitePlayer?.provider === AuthProvider.GUEST,

isGuest: BlackPlayer?.provider === AuthProvider.GUEST,

Pull Request for Fix:
This pull request #370 provides a fix for this Issue. It addresses the reported issue and ensures that the application functions as expected after the resolution. Kindly review the changes and provide feedback as needed.

@iammuhammadahmad
Copy link
Author

Hi @hkirat, I hope you're doing well. When you have a moment, could you please review this issue? I've submitted Pull Request #370 for it. Thank you!

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

No branches or pull requests

1 participant