Browse Source
Remove unused config on UI (#10078)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
for-closed-social
John Olheiser
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
templates/admin/config.tmpl
|
|
@ -281,8 +281,6 @@ |
|
|
|
<dd>{{.SessionConfig.Maxlifetime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
|
|
|
<dt>{{.i18n.Tr "admin.config.https_only"}}</dt> |
|
|
|
<dd><i class="fa fa{{if .SessionConfig.Secure}}-check{{end}}-square-o"></i></dd> |
|
|
|
<dt>{{.i18n.Tr "admin.config.cookie_life_time"}}</dt> |
|
|
|
<dd>{{.SessionConfig.CookieLifeTime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
|
|
|
</dl> |
|
|
|
</div> |
|
|
|
|
|
|
|