removing consent prompt
Signed-off-by: Chris Gemmell <chris.gemmell8@gmail.com>
This commit is contained in:
@@ -60,7 +60,6 @@ export const microsoftAuthenticator = createOAuthAuthenticator({
|
||||
async start(input, helper) {
|
||||
return helper.start(input, {
|
||||
accessType: 'offline',
|
||||
prompt: 'consent',
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user