outlook second account fix (#12013)

Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
This commit is contained in:
Adugna Tadesse 2023-11-22 14:01:29 +03:00 committed by GitHub
parent a3b5263b76
commit 73aa1e8a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
response_type: "code",
scope: scopes.join(" "),
client_id,
prompt: "select_account",
redirect_uri: `${WEBAPP_URL}/api/integrations/office365calendar/callback`,
state,
};