Skip to content

Commit 99e54b2

Browse files
committed
Resend not reset
1 parent edfbbc2 commit 99e54b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<input asp-for="Input.Email" class="form-control" />
1717
<span asp-validation-for="Input.Email" class="text-danger"></span>
1818
</div>
19-
<button type="submit" class="btn btn-primary">Reset</button>
19+
<button type="submit" class="btn btn-primary">Resend</button>
2020
</form>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)