diff --git a/resources/authgear/templates/en/web/__error.html b/resources/authgear/templates/en/web/__error.html
index f8b5485baa..25fe87895c 100644
--- a/resources/authgear/templates/en/web/__error.html
+++ b/resources/authgear/templates/en/web/__error.html
@@ -29,7 +29,7 @@
{{ template "error-network" }}
{{ template "error-invalid-selected-image" }}
{{ template "error-no-passkey" (dict "type" $.FirstNonPasskeyPrimaryAuthenticatorType) }}
- {{ template "error-passkey-empty-allow-credentials" (dict "variant" $.x_login_id_input_type) }}
+ {{ template "error-passkey-empty-allow-credentials" (dict "variant" $.LoginIDContextualType) }}
{{ if $display_error }}
{{ $info := .Error.info }}
{{ if eq .Error.reason "ValidationFailed" }}
diff --git a/resources/authgear/templates/en/web/promote.html b/resources/authgear/templates/en/web/promote.html
index 5970ee1926..effabb442c 100644
--- a/resources/authgear/templates/en/web/promote.html
+++ b/resources/authgear/templates/en/web/promote.html
@@ -59,7 +59,7 @@
tabindex="0"
autofocus
class="text-input primary-txt"
- type="{{ $.x_login_id_input_type }}"
+ type="{{ $.NonPhoneLoginIDInputType }}"
name="x_login_id"
autocomplete="username"
autocapitalize="none"
diff --git a/resources/authgear/templates/en/web/signup.html b/resources/authgear/templates/en/web/signup.html
index a2b267cf77..6698f48f91 100644
--- a/resources/authgear/templates/en/web/signup.html
+++ b/resources/authgear/templates/en/web/signup.html
@@ -75,7 +75,7 @@
tabindex="0"
autofocus
class="text-input primary-txt"
- type="{{ $.x_login_id_input_type }}"
+ type="{{ $.NonPhoneLoginIDInputType }}"
name="x_login_id"
autocomplete="username"
autocapitalize="none"