diff --git a/fastapi_users/router/verify.py b/fastapi_users/router/verify.py index 1427dec7..1fab9c31 100644 --- a/fastapi_users/router/verify.py +++ b/fastapi_users/router/verify.py @@ -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: {