diff --git a/services/web/app/src/Features/Authentication/AuthenticationController.js b/services/web/app/src/Features/Authentication/AuthenticationController.js index 2203bffdf8..509d0b4f0d 100644 --- a/services/web/app/src/Features/Authentication/AuthenticationController.js +++ b/services/web/app/src/Features/Authentication/AuthenticationController.js @@ -18,7 +18,6 @@ const UrlHelper = require('../Helpers/UrlHelper') const AsyncFormHelper = require('../Helpers/AsyncFormHelper') const SudoModeHandler = require('../SudoMode/SudoModeHandler') const _ = require('lodash') -const OError = require('@overleaf/o-error') const { acceptsJson } = require('../../infrastructure/RequestContentTypeDetection')