Minor change to .gitignor while code changes in flight on MacMini's

Merge branch 'main' of github.com:Joys-Advisory-Partners-Unifi/unifi-guest-portal into main
This commit is contained in:
Roger Joys
2026-05-01 04:37:42 -07:00

View File

@@ -4,7 +4,7 @@ import logging
logger = logging.getLogger(__name__)
SCOPES = "openid email profile"
SCOPES = "openid email profile attributes"
def get_authorization_url(config: AppConfig, state: str) -> str: