We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2210039 commit 23cbaaaCopy full SHA for 23cbaaa
routes/auth.js
@@ -53,7 +53,6 @@ authRouter.get('/callback', async (req, res, next) => {
53
}
54
});
55
56
-
57
// This route gets called when using the app-only flow
58
authRouter.get('/callbackapponly', async (req, res, next) => {
59
try {
0 commit comments