fix more stuff
This commit is contained in:
@@ -3,9 +3,13 @@ package auth
|
||||
import "github.com/google/uuid"
|
||||
|
||||
type User struct {
|
||||
ID uuid.UUID `json:"id"`
|
||||
Email string `json:"email"`
|
||||
Name string `json:"name"`
|
||||
ID uuid.UUID `json:"id"`
|
||||
Email string `json:"email"`
|
||||
Name string `json:"name"`
|
||||
StudioName string `json:"studioName"`
|
||||
Tagline string `json:"tagline"`
|
||||
WebsiteURL string `json:"websiteUrl"`
|
||||
InstagramURL string `json:"instagramUrl"`
|
||||
}
|
||||
|
||||
type storedUser struct {
|
||||
|
||||
Reference in New Issue
Block a user