Merge pull request #4101 from overleaf/ae-settings-module

Migrate from `settings-sharelatex` to `@overleaf/settings`

GitOrigin-RevId: 9a298ba26382180c1351683c5fddc9004418c1e6
This commit is contained in:
Jakob Ackermann
2021-07-08 02:08:28 +00:00
committed by Copybot
parent d7e9e14f6c
commit 5e773ce950
242 changed files with 251 additions and 276 deletions
@@ -55,7 +55,7 @@ describe('UserPagesController', function () {
}
this.UserPagesController = SandboxedModule.require(modulePath, {
requires: {
'settings-sharelatex': this.settings,
'@overleaf/settings': this.settings,
'./UserGetter': this.UserGetter,
'./UserSessionsManager': this.UserSessionsManager,
'../Errors/ErrorController': this.ErrorController,