mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3123 from overleaf/jpa-hotfix-merge
[misc] fix merge of AuthenticationController GitOrigin-RevId: 7945a6e3b6f0c5e816db2a02745dc75a30928392
This commit is contained in:
parent
b61ab62efb
commit
694a6937c3
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ const UrlHelper = require('../Helpers/UrlHelper')
|
||||||
const AsyncFormHelper = require('../Helpers/AsyncFormHelper')
|
const AsyncFormHelper = require('../Helpers/AsyncFormHelper')
|
||||||
const SudoModeHandler = require('../SudoMode/SudoModeHandler')
|
const SudoModeHandler = require('../SudoMode/SudoModeHandler')
|
||||||
const _ = require('lodash')
|
const _ = require('lodash')
|
||||||
const OError = require('@overleaf/o-error')
|
|
||||||
const {
|
const {
|
||||||
acceptsJson
|
acceptsJson
|
||||||
} = require('../../infrastructure/RequestContentTypeDetection')
|
} = require('../../infrastructure/RequestContentTypeDetection')
|
||||||
|
|
Loading…
Reference in a new issue