mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
missing space
This commit is contained in:
committed by
François Voron
parent
81a06798c1
commit
9b44227397
@@ -46,7 +46,7 @@ def get_verify_router(
|
||||
"examples": {
|
||||
ErrorCode.VERIFY_USER_BAD_TOKEN: {
|
||||
"summary": "Bad token, not existing user or"
|
||||
"not the e-mail currently set for the user.",
|
||||
" not the e-mail currently set for the user.",
|
||||
"value": {"detail": ErrorCode.VERIFY_USER_BAD_TOKEN},
|
||||
},
|
||||
ErrorCode.VERIFY_USER_ALREADY_VERIFIED: {
|
||||
|
||||
Reference in New Issue
Block a user