File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/ProjectTemplates/test Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ public static class PageUrls
1212 public const string LoginUrl = "/Identity/Account/Login" ;
1313 public const string RegisterUrl = "/Identity/Account/Register" ;
1414 public const string ForgotPassword = "/Identity/Account/ForgotPassword" ;
15+ public const string ResendEmailConfirmation = "/Identity/Account/ResendEmailConfirmation" ;
1516 public const string ExternalArticle = "https://go.microsoft.com/fwlink/?LinkID=532715" ;
1617 }
1718}
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ public async Task MvcTemplate_IndividualAuthImplAsync(bool useLocalDB)
174174 PageUrls . HomeUrl ,
175175 PageUrls . PrivacyUrl ,
176176 PageUrls . ForgotPassword ,
177+ PageUrls . ResendEmailConfirmation ,
177178 PageUrls . RegisterUrl ,
178179 PageUrls . ExternalArticle ,
179180 PageUrls . PrivacyUrl }
You can’t perform that action at this time.
0 commit comments