chore: sync
This commit is contained in:
11
sproutgate-backend/internal/models/pending.go
Normal file
11
sproutgate-backend/internal/models/pending.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
type PendingUser struct {
|
||||
Account string `json:"account"`
|
||||
PasswordHash string `json:"passwordHash"`
|
||||
Username string `json:"username"`
|
||||
Email string `json:"email"`
|
||||
CodeHash string `json:"codeHash"`
|
||||
ExpiresAt string `json:"expiresAt"`
|
||||
CreatedAt string `json:"createdAt"`
|
||||
}
|
||||
Reference in New Issue
Block a user