mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-15 21:43:07 +00:00
Merge pull request #199 from SISheogorath/fix/opengraph
Fix broken error template due to missing opengraph
This commit is contained in:
commit
ce99a79352
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ function responseError (res, code, detail, msg) {
|
||||||
title: code + ' ' + detail + ' ' + msg,
|
title: code + ' ' + detail + ' ' + msg,
|
||||||
code: code,
|
code: code,
|
||||||
detail: detail,
|
detail: detail,
|
||||||
msg: msg
|
msg: msg,
|
||||||
|
opengraph: []
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue