feat: Change default themes to light/dark

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
m.nabokikh
2020-11-08 02:12:06 +04:00
parent 71bbbee075
commit bcaddd4354
13 changed files with 34 additions and 44 deletions

View File

@@ -80,7 +80,7 @@ func dirExists(dir string) error {
//
func loadWebConfig(c webConfig) (http.Handler, http.Handler, *templates, error) {
if c.theme == "" {
c.theme = "coreos"
c.theme = "light"
}
if c.issuer == "" {
c.issuer = "dex"