Skip to content

Commit 67f8d7b

Browse files
committed
Add new email confirmation link to templates test
1 parent 6d36044 commit 67f8d7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ProjectTemplates/test/Helpers/PageUrls.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

src/ProjectTemplates/test/MvcTemplateTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 }

0 commit comments

Comments
 (0)