Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundant Dollar Sign In Email Body. #3

Closed
twinmind opened this issue Jul 12, 2020 · 1 comment
Closed

Redundant Dollar Sign In Email Body. #3

twinmind opened this issue Jul 12, 2020 · 1 comment

Comments

@twinmind
Copy link
Contributor

There is no need for dollar sign inside the string next to variable opening curly brace on these lines:

<p>Your email <strong>${email}</strong> is already registered.</p>

var resetUrl = $"{origin}/account/reset-password?token=${account.ResetToken}";

It currently simply adds a dollar sign to a string content, and in case of line 384 it breaks reset password link.

cornflourblue added a commit that referenced this issue Jul 14, 2020
#3 - Remove Redundant Dollar Signs.
@cornflourblue
Copy link
Owner

fix merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants