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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user