Compare commits
No commits in common. "f0bbfa9bb28200765b377f102ed118d740fbbe80" and "b47d5b2bbece10db45763b3885f2a15f4cbe553f" have entirely different histories.
f0bbfa9bb2
...
b47d5b2bbe
|
@ -33,7 +33,6 @@ type UserClaims struct {
|
|||
Name string `json:"given_name"`
|
||||
Username string `json:"cognito:username"`
|
||||
Picture string `json:"picture"`
|
||||
Sub string `json:"sub"`
|
||||
}
|
||||
|
||||
func generateState() (string, error) {
|
||||
|
|
Loading…
Reference in New Issue