Replace unprocessable_entity -> unprocessable_content (#35658)

This commit is contained in:
Matt Jankowski 2025-08-05 03:42:08 -04:00 committed by GitHub
parent 5318957ab3
commit 8131268256
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 10 deletions

View file

@ -52,7 +52,7 @@ module Settings
end
else
flash[:error] = I18n.t('webauthn_credentials.create.error')
status = :unprocessable_entity
status = :unprocessable_content
end
else
flash[:error] = t('webauthn_credentials.create.error')