Show magic OTP 123456 on dev signup page

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
John Mizerek 2026-01-26 13:32:23 -08:00
parent a16e8668a8
commit 3ceedaa818

View file

@ -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