mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-27 16:24:41 +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…
Reference in a new issue