Skip to content

Commit 5747cb3

Browse files
authored
Added status message display. (#25486)
Modified so that you can check the status message.
1 parent f2ab685 commit 5747cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ConfirmEmail.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
}
66

77
<h1>@ViewData["Title"]</h1>
8+
<partial name="_StatusMessage" model="Model.StatusMessage" />

0 commit comments

Comments
 (0)