We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b21e0 commit 40896eaCopy full SHA for 40896ea
1 file changed
1-Authentication/7-sign-in-express-mfa/App/controller/authController.js
@@ -1,7 +1,7 @@
1
const authProvider = require('../auth/AuthProvider');
2
3
exports.signIn = async (req, res, next) => {
4
- return authProvider.login(req, res, next, {scopes:["User.Read"]});
+ return authProvider.login(req, res, next);
5
};
6
7
exports.handleRedirect = async (req, res, next) => {
0 commit comments