apply selected theme to the login page
This commit is contained in:
parent
96835ebd33
commit
dc20932060
3 changed files with 9 additions and 3 deletions
|
|
@ -35,6 +35,7 @@ func (s *Server) handler() http.Handler {
|
|||
Username: s.Username,
|
||||
Password: s.Password,
|
||||
Public: []string{"/static", "/fever"},
|
||||
DB: s.db,
|
||||
}
|
||||
r.Use(a.Handler)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue