diff --git a/portal/signup.html b/portal/signup.html
index 8da0902..f6feb0b 100644
--- a/portal/signup.html
+++ b/portal/signup.html
@@ -617,9 +617,9 @@
const masked = `(${this.phone.substring(0, 3)}) ***-${this.phone.substring(6)}`;
document.getElementById('maskedPhone').textContent = masked;
- // Show DEV_OTP if available (local dev only)
+ // Show magic OTP hint on dev (always 123456)
if (this.devOTP) {
- this.showSuccess('otpSuccess', `DEV CODE: ${this.devOTP}`);
+ this.showSuccess('otpSuccess', `DEV CODE: 123456`);
}
// Reset and show OTP step