Removed accidental user field inclusin.

This commit is contained in:
mikestefanello 2025-08-15 09:52:37 -04:00
parent 9d75c2a665
commit acb12c393a
3 changed files with 1 additions and 30 deletions

View file

@ -1,11 +1,7 @@
// Code generated by ent, DO NOT EDIT.
package admin
import (
"time"
"github.com/mikestefanello/pagoda/ent/user"
)
import "time"
type PasswordToken struct {
Token *string `form:"token"`
@ -28,7 +24,6 @@ type User struct {
Verified bool `form:"verified"`
Admin bool `form:"admin"`
CreatedAt *time.Time `form:"created_at"`
Role *user.Role `form:"role"`
}
func (e *User) GetName() string {