Merge branch 'master' into remove-logout-button
This commit is contained in:
@@ -10,6 +10,7 @@ const logoURL = `/${staticURL}/img/logo.svg`
|
||||
const noAuth = window.FileBrowser.NoAuth
|
||||
const authMethod = window.FileBrowser.AuthMethod
|
||||
const loginPage = window.FileBrowser.LoginPage
|
||||
const theme = window.FileBrowser.Theme
|
||||
|
||||
export {
|
||||
name,
|
||||
@@ -22,5 +23,6 @@ export {
|
||||
version,
|
||||
noAuth,
|
||||
authMethod,
|
||||
loginPage
|
||||
loginPage,
|
||||
theme
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user