fix: spelling

This commit is contained in:
Tao Chen
2024-10-29 23:00:17 +08:00
parent 337ef330eb
commit fe910c37cf
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ type OidcUserdata struct {
Email string `json:"email"`
VerifiedEmail bool `json:"email_verified"`
Name string `json:"name"`
PrefferedUsername string `json:"preffered_username"`
PreferredUsername string `json:"preferred_username"`
}
type OauthCacheItem struct {