Compare commits

..

No commits in common. "f0bbfa9bb28200765b377f102ed118d740fbbe80" and "b47d5b2bbece10db45763b3885f2a15f4cbe553f" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ type UserClaims struct {
Name string `json:"given_name"` Name string `json:"given_name"`
Username string `json:"cognito:username"` Username string `json:"cognito:username"`
Picture string `json:"picture"` Picture string `json:"picture"`
Sub string `json:"sub"`
} }
func generateState() (string, error) { func generateState() (string, error) {