code100x / chess

A multiplayer chess platform
https://chess.100xdevs.com/
1.62k stars 585 forks source link

Fix for Issue #369: Resolve 'AuthProvider is not defined' Error for Guest Users #370

Open iammuhammadahmad opened 1 month ago

iammuhammadahmad commented 1 month ago

This pull request fixes Issue #369, where the game throws an error for Guest users due to AuthProvider being undefined.

Changes Made:

This fixes the error, ensuring smooth gameplay functionality for Guest users.