Skip to content

Commit

Permalink
Change the success message after magic link mail sent
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasanthi Dissanayake committed Nov 15, 2023
1 parent 11035ea commit 0490326
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@
return "*";
}
}).join("");
$('#sent-email').html(
$('#sent-email').html().replace('your email', username.join("@"))
);
}
});
</script>
Expand Down

0 comments on commit 0490326

Please sign in to comment.