2
0

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
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')