fixed initial user
Some checks failed
Build and Push Docker Image / Build image (push) Has been cancelled

This commit is contained in:
2025-04-09 03:15:38 +03:00
parent 8747c308e5
commit 8ac960102a
5 changed files with 40 additions and 39 deletions

View File

@@ -1,9 +1,7 @@
package models
type InitialUserConfig struct {
Email string `yaml:"email"`
Username string `yaml:"username"`
Password string `yaml:"password"`
Email string `yaml:"email"`
}
type EmailConfig struct {