mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
This reverts commit 32bb3c66b61d0de8cbbfe1da08042f06b4f4342a, reversing changes made to 5e87b704cd90478aedc8d8befa0aa5787a53177b. Co-authored-by: Eric Mc Sween <5454374+emcsween@users.noreply.github.com> GitOrigin-RevId: 10b51500e3429a637dc76e3cec7d6b2764708ddb
This commit is contained in:
committed by
Copybot
parent
bc49968908
commit
d5e00845c6
@@ -392,10 +392,6 @@ const AuthenticationController = {
|
||||
req.oauth_user = token.user
|
||||
next()
|
||||
} catch (err) {
|
||||
logger.warn(
|
||||
{ errName: err.name, errMessage: err.message },
|
||||
'OAuth authenticate error'
|
||||
)
|
||||
if (
|
||||
err.code === 400 &&
|
||||
err.message === 'Invalid request: malformed authorization header'
|
||||
|
||||
Reference in New Issue
Block a user