refactor: remove username from user

This commit is contained in:
Derrick Hammer 2024-01-16 13:28:33 -05:00
parent c4f0226d1a
commit 1bbedecad9
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import (
type User struct {
gorm.Model
Username string
Email string `gorm:"unique"`
PasswordHash string
Role string