Skip to content

Commit b85a2ac

Browse files
authored
Update auth.go
1 parent d0122c7 commit b85a2ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

auth.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ type AccessTokenResponse struct {
5151
ExpiresIn int `json:"expires_in"`
5252
ExpiresAt int64 `json:"expires_at"`
5353
RefreshToken string `json:"refresh_token"`
54-
User *models.User `json:"user"`
54+
User User `json:"user"`
5555
ProviderAccessToken string `json:"provider_token,omitempty"`
5656
ProviderRefreshToken string `json:"provider_refresh_token,omitempty"`
57-
WeakPassword *WeakPasswordError `json:"weak_password,omitempty"`
5857
}
5958

6059

0 commit comments

Comments
 (0)