diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2020-06-21 23:40:37 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-21 15:40:37 +0200 | 
| commit | 29e54c231ba16f4e597cd8699a249d2267a3245f (patch) | |
| tree | ec5c8ab132101d44ecb3053f2d58a485fdd54bdc /web/public | |
| parent | ddfce52939b17c9ef8e17bce7f834a56952dd4f4 (diff) | |
[MISC] Template global config and refactor some /api endpoints (#1135)
* [MISC] Template global config and refactor some /api endpoints
* /api/configuration has been removed in favour of templating said global config
* /api/configuration/extended has been renamed to /api/configuration and display_name has been removed
* /api/user/info has been modified to include display_name
Co-authored-by: Clement Michaud <clement.michaud34@gmail.com>
Diffstat (limited to 'web/public')
| -rw-r--r-- | web/public/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/web/public/index.html b/web/public/index.html index e24d9350f..4ae162c2b 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -25,7 +25,7 @@    <title>Login - Authelia</title>  </head> -<body data-basepath="%PUBLIC_URL%"> +<body data-basepath="%PUBLIC_URL%" data-rememberme="{{.RememberMe}}" data-disable-resetpassword="{{.ResetPassword}}">    <noscript>You need to enable JavaScript to run this app.</noscript>    <div id="root"></div>    <!--  | 
