Minimum password length disappears from the field description

In https://gdk.test:3443/users/sign_up, when signing-up for a new account, if the user forgets to click on Google's reCAPTCHA the next page has an password field description contains an empty number of characters:

image

Expected:

image

It seems the POST request to https://gdk.test:3443/users, doesn't set the @minimum_password_length instance variable.

Screen_Recording_2023-04-04_at_16.56.58