Google OAuth is not fully configured. To enable:
GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, and GOOGLE_REDIRECT_URI in config.php.google_callback.php to exchange code for user info and create/login tenant user.Example: Google OAuth 2.0 docs
If you want, I can implement the complete Google OAuth flow (requires you to provide client ID & secret or set them later in config).
Back to Login