mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 02:15:13 -05:00
Remove unneeded uid module
This commit is contained in:
parent
1a7d4f6be1
commit
000f01fbeb
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ Metrics = require('../../infrastructure/Metrics')
|
||||||
logger = require("logger-sharelatex")
|
logger = require("logger-sharelatex")
|
||||||
querystring = require('querystring')
|
querystring = require('querystring')
|
||||||
Url = require("url")
|
Url = require("url")
|
||||||
uid = require "uid"
|
|
||||||
|
|
||||||
module.exports = AuthenticationController =
|
module.exports = AuthenticationController =
|
||||||
login: (req, res, next = (error) ->) ->
|
login: (req, res, next = (error) ->) ->
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
||||||
"socket.io": "0.9.16",
|
"socket.io": "0.9.16",
|
||||||
"translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master",
|
"translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master",
|
||||||
"uid": "0.0.2",
|
|
||||||
"underscore": "1.6.0",
|
"underscore": "1.6.0",
|
||||||
"underscore.string": "^3.0.2",
|
"underscore.string": "^3.0.2",
|
||||||
"v8-profiler": "^5.2.3",
|
"v8-profiler": "^5.2.3",
|
||||||
|
|
Loading…
Reference in a new issue