Vova Tkach 6 years ago
parent
commit
018fbebb00
1 changed files with 2 additions and 0 deletions
  1. 2 0
      engine/backend/backend.go

+ 2 - 0
engine/backend/backend.go

@@ -19,7 +19,9 @@ func New(wrapper *wrapper.Wrapper, db *sql.DB) *Backend {
 }
 
 func (this *Backend) Run() bool {
+	// TODO:
 	// Check if any user exists
+	// If not - display form to create first user
 
 	// Login page
 	return this.wrapper.TmplBackEnd(templates.CpLogin, nil)