Skip to content

Commit 8356964

Browse files
committed
Fix email_verified typo.
1 parent 3976115 commit 8356964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/oauth2_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class OAuth2Validator(RequestValidator):
8787
"locale": "profile",
8888
"updated_at": "profile",
8989
"email": "email",
90-
"email_versified": "email",
90+
"email_verified": "email",
9191
"address": "address",
9292
"phone_number": "phone",
9393
"phone_number_verified": "phone",

0 commit comments

Comments
 (0)