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
12
12
public const string LoginUrl = "/Identity/Account/Login" ;
13
13
public const string RegisterUrl = "/Identity/Account/Register" ;
14
14
public const string ForgotPassword = "/Identity/Account/ForgotPassword" ;
15
+ public const string ResendEmailConfirmation = "/Identity/Account/ResendEmailConfirmation" ;
15
16
public const string ExternalArticle = "https://go.microsoft.com/fwlink/?LinkID=532715" ;
16
17
}
17
18
}
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ public async Task MvcTemplate_IndividualAuthImplAsync(bool useLocalDB)
174
174
PageUrls . HomeUrl ,
175
175
PageUrls . PrivacyUrl ,
176
176
PageUrls . ForgotPassword ,
177
+ PageUrls . ResendEmailConfirmation ,
177
178
PageUrls . RegisterUrl ,
178
179
PageUrls . ExternalArticle ,
179
180
PageUrls . PrivacyUrl }
You can’t perform that action at this time.
0 commit comments