Skip to content

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

Description

@iammuhammadahmad

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions