http: GET /setup landing page with expiry handling
This commit is contained in:
@@ -152,7 +152,7 @@ func (r *Renderer) RenderPartial(w io.Writer, name string, data ViewData) error
|
||||
// chrome-less; everything else uses the standard navigation chrome.
|
||||
func layoutFor(page string) string {
|
||||
switch page {
|
||||
case "login", "bootstrap":
|
||||
case "login", "bootstrap", "setup":
|
||||
return "chromeless"
|
||||
default:
|
||||
return "base"
|
||||
|
||||
Reference in New Issue
Block a user