Disable the logout method for authentication methods other than 'json' (currently 'proxy' and 'none'.)

This commit is contained in:
Ovidiu Predescu
2019-12-03 17:31:11 -08:00
parent 118071ba4b
commit b42b09ccbe
3 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ const signup = window.FileBrowser.Signup
const version = window.FileBrowser.Version
const logoURL = `/${staticURL}/img/logo.svg`
const noAuth = window.FileBrowser.NoAuth
const authMethod = window.FileBrowser.AuthMethod
const loginPage = window.FileBrowser.LoginPage
export {
@@ -20,5 +21,6 @@ export {
signup,
version,
noAuth,
authMethod,
loginPage
}