mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 21:31:41 +00:00
enable new pdf viewer by default for newly created users
This commit is contained in:
parent
90bb12db40
commit
58750140f4
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ module.exports =
|
|||
user.first_name = ""
|
||||
user.last_name = ""
|
||||
|
||||
user.featureSwitches?.pdfng = true
|
||||
|
||||
user.save (err)->
|
||||
callback(err, user)
|
||||
|
|
Loading…
Reference in a new issue