Removed redundant spaces (#1196)
This commit is contained in:
parent
203486fd31
commit
cbe8b7dd09
@ -38,9 +38,9 @@ type Role struct {
|
|||||||
// Account provided by an auth provider
|
// Account provided by an auth provider
|
||||||
type Account struct {
|
type Account struct {
|
||||||
// ID of the account (UUID or email)
|
// ID of the account (UUID or email)
|
||||||
Id string `json: "id"`
|
Id string `json:"id"`
|
||||||
// Token used to authenticate
|
// Token used to authenticate
|
||||||
Token string `json: "token"`
|
Token string `json:"token"`
|
||||||
// Time of Account creation
|
// Time of Account creation
|
||||||
Created time.Time `json:"created"`
|
Created time.Time `json:"created"`
|
||||||
// Time of Account expiry
|
// Time of Account expiry
|
||||||
|
Loading…
Reference in New Issue
Block a user