You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
chess/apps/ws/src/Game.ts
Line 140 in e718e13
chess/apps/ws/src/Game.ts
Line 145 in e718e13
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.
The text was updated successfully, but these errors were encountered: