Move tests to snapshots
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
type Response struct {
|
||||
User *struct {
|
||||
AuthMethods []struct {
|
||||
Provider *string `json:"provider"`
|
||||
Email *string `json:"email"`
|
||||
} `json:"authMethods"`
|
||||
} `json:"user"`
|
||||
}
|
||||
Reference in New Issue
Block a user