Files
ubicloud/views/components/rodauth/otp_auth_code_field.erb
2025-01-15 12:09:40 +03:00

15 lines
307 B
Plaintext

<%== render(
"components/form/text",
locals: {
name: rodauth.otp_auth_param,
label: "#{rodauth.otp_auth_label}#{rodauth.input_field_label_suffix}",
value: "",
attributes: {
required: true,
autocomplete: "off",
inputmode: "numeric",
autofocus: true
}
}
) %>