Tweak error wording
This commit is contained in:
parent
b99552384c
commit
9093659b0a
2 changed files with 2 additions and 2 deletions
|
@ -213,6 +213,6 @@ def verify_csrf_token(
|
|||
logger.exception("Failed to verify CSRF token")
|
||||
raise HTTPException(
|
||||
status_code=403,
|
||||
detail=f"The security token expired, {please_try_again}",
|
||||
detail=f"The security token has expired, {please_try_again}",
|
||||
)
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue