removal of email-verified from /me (#707)

Co-authored-by: Igor Loskutov <igor.loskutoff@gmail.com>
This commit is contained in:
Igor Monadical
2025-10-21 14:49:33 -04:00
committed by GitHub
parent c086b91445
commit c6c035aacf
2 changed files with 0 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ router = APIRouter()
class UserInfo(BaseModel):
sub: str
email: Optional[str]
email_verified: Optional[bool]
@router.get("/me")