Rename to method.

This commit is contained in:
Yang Luo
2021-02-14 15:45:48 +08:00
parent faeb93494c
commit 20b70c323d
5 changed files with 10 additions and 10 deletions

View File

@ -31,5 +31,5 @@ type authResponse struct {
IsSignedUp bool `json:"isSignedUp"`
Email string `json:"email"`
Avatar string `json:"avatar"`
Addition string `json:"addition"`
Method string `json:"method"`
}