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

+ 1 - 0
engine/backend/backend.go

@@ -22,6 +22,7 @@ func (this *Backend) Run() bool {
 	// TODO:
 	// Check if any user exists
 	// If not - display form to create first user
+	// DO NOT FORGET!
 
 	// Login page
 	return this.wrapper.TmplBackEnd(templates.CpLogin, nil)