missing space

This commit is contained in:
Stanislav
2025-12-25 18:56:00 +02:00
committed by François Voron
parent 81a06798c1
commit 9b44227397

View File

@@ -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: {