add email scope

This commit is contained in:
Hailey
2025-07-18 00:53:56 -07:00
parent 22e64be877
commit 3ba5a5042d
4 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@
"redirect_uris": [
"at.hailey.bsky:/auth/native/callback"
],
"scope": "atproto transition:generic",
"scope": "atproto transition:generic transition:email",
"token_endpoint_auth_method": "none",
"response_types": [
"code"