Show magic OTP 123456 on dev signup page
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a16e8668a8
commit
3ceedaa818
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue