Browse Source

Added authType to debug area

causefx 7 years ago
parent
commit
0848a9da92
1 changed files with 2 additions and 1 deletions
  1. 2 1
      js/functions.js

+ 2 - 1
js/functions.js

@@ -107,7 +107,8 @@ function getDebugPreInfo(){
         '<br/>Server OS: ' + activeInfo.serverOS +
         '<br/>PHP: ' + activeInfo.phpVersion +
         '<br/>Install Type: ' + ((activeInfo.settings.misc.docker) ? 'Official Docker' : 'Native') +
-        '<br/>Backend: ' + activeInfo.settings.misc.authBackend +
+        '<br/>Auth Type: ' + activeInfo.settings.misc.authType +
+        '<br/>Auth Backend: ' + activeInfo.settings.misc.authBackend +
         '<br/>Installed Plugins: ' + activeInfo.settings.misc.installedPlugins +
         '<br/>Installed Themes: ' + activeInfo.settings.misc.installedThemes +
         '<br/>Theme: ' + activeInfo.theme +