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
Describe the bug
The application crashes when the clientId is not defined in the environment variables.
To Reproduce
Steps to reproduce the behavior:
Configure the module with an empty or undefined clientId as follows:
{clientId: ""}
Expected behavior
The application should not crash. Instead, it should display a warning message indicating that the clientId is missing.
Additional context
Currently, if the environment variable for clientId is not set, the application crashes. This issue seems to stem from the module not handling the absence of the clientId gracefully.