This commit is contained in:
gsinghpal
2026-03-17 13:32:08 -04:00
parent e56974d46f
commit 595dccc17d
11 changed files with 159 additions and 28 deletions

View File

@@ -1213,7 +1213,7 @@ class PortalSchedule(CustomerPortal):
'response_type': 'code',
'scope': MICROSOFT_SCOPES,
'response_mode': 'query',
'prompt': 'consent',
'prompt': 'select_account',
'state': state,
}