15 lines
307 B
Plaintext
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
|
|
}
|
|
}
|
|
) %>
|