mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
quotes
This commit is contained in:
parent
f494e2aa0b
commit
ecabc9d72b
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@
|
|||
`);
|
||||
$("#middle .preloader").append(`
|
||||
<br>
|
||||
<div class="button" onclick="sendPasswordResetEmail(${restoredEmail})">Send Password Reset Email</div>
|
||||
<div class="button" onclick="sendPasswordResetEmail('${restoredEmail}')">Send Password Reset Email</div>
|
||||
`);
|
||||
|
||||
// Account email reverted to restoredEmail
|
||||
|
|
Loading…
Add table
Reference in a new issue