Merge branch 'master' into remove-logout-button

This commit is contained in:
Henrique Dias
2020-01-09 17:27:49 +00:00
committed by GitHub
18 changed files with 1464 additions and 636 deletions

View File

@@ -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
}