mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
fix(logout): fix TypeError on /logout with nginx
This commit is contained in:
parent
cc675f400d
commit
dc395fc829
@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
<title data-localization="main_title">CryptPad: Collaboration suite, encrypted and open-source</title>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<script async data-main="main" src="/components/requirejs/require.js?ver=2.3.7"></script>
|
||||
<script async data-main="/logout/main.js" src="/components/requirejs/require.js?ver=2.3.7"></script>
|
||||
<link rel="icon" type="image/png" href="/customize/favicon/main-favicon.png" id="favicon"/>
|
||||
</head>
|
||||
<body class="html">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user