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 11:01:29 +00:00
committed by GitHub
co-authored by Joe Au-Yeung
parent a3b5263b76
commit 73aa1e8a22
@@ -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,
};