removing consent prompt

Signed-off-by: Chris Gemmell <chris.gemmell8@gmail.com>
This commit is contained in:
Chris Gemmell
2023-10-19 00:37:12 +11:00
parent 687b997818
commit 2cd0b072b8
@@ -60,7 +60,6 @@ export const microsoftAuthenticator = createOAuthAuthenticator({
async start(input, helper) {
return helper.start(input, {
accessType: 'offline',
prompt: 'consent',
});
},