cornflourblue / aspnet-core-3-signup-verification-api

ASP.NET Core 3.1 - Boilerplate API with Email Sign Up, Verification, Authentication & Forgot Password
https://jasonwatmore.com/post/2020/07/06/aspnet-core-3-boilerplate-api-with-email-sign-up-verification-authentication-forgot-password
MIT License
226 stars 93 forks source link

#3 - Remove Redundant Dollar Signs. #5

Closed twinmind closed 3 years ago

twinmind commented 3 years ago

Dollar signs inside a string are redundant, don't need for interpolation and become a part of the string.

twinmind commented 3 years ago

related to https://github.com/cornflourblue/aspnet-core-3-signup-verification-api/issues/3

cornflourblue commented 3 years ago

Thanks for spotting those, looks like I missed them when converting from the node version - https://github.com/cornflourblue/node-mongo-signup-verification-api/blob/master/accounts/account.service.js#L288