mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00

Previously, the user token was only used for the endpoint to delete the user itself. This commit adds that token to the history deletion as well. Signed-off-by: Erik Michelson <github@erik.michelson.eu>
13 lines
398 B
Text
13 lines
398 B
Text
window.domain = '<%- domain %>'
|
|
window.urlpath = '<%- urlpath %>'
|
|
window.debug = <%- debug %>
|
|
window.version = '<%- version %>'
|
|
|
|
window.allowedUploadMimeTypes = <%- JSON.stringify(allowedUploadMimeTypes) %>
|
|
|
|
window.linkifyHeaderStyle = '<%- linkifyHeaderStyle %>'
|
|
|
|
window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>'
|
|
|
|
window.cookiePolicy = '<%- cookiePolicy %>'
|
|
window.userToken = '<%- userToken %>'
|