Removed accidental user field inclusin.
This commit is contained in:
parent
9d75c2a665
commit
acb12c393a
3 changed files with 1 additions and 30 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue