File tree 2 files changed +13
-13
lines changed
src/Identity/UI/src/Areas/Identity/Pages/V5/Account/Manage
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11
11
<div class =" col-md-6" >
12
12
<form id =" email-form" method =" post" >
13
13
<div asp-validation-summary =" All" class =" text-danger" ></div >
14
- <div class =" form-floating" >
15
- @if (Model .IsEmailConfirmed )
16
- {
17
- <div class =" input-group" >
18
- <input asp-for =" Email" class =" form-control" disabled />
14
+ @if (Model .IsEmailConfirmed )
15
+ {
16
+ <div class =" form-floating input-group" >
17
+ <input asp-for =" Email" class =" form-control" disabled />
19
18
<div class =" input-group-append" >
20
- <span class =" input-group-text text-success font-weight-bold" >✓</span >
19
+ <span class =" h-100 input-group-text text-success font-weight-bold" >✓</span >
21
20
</div >
22
- </div >
23
21
<label asp-for =" Email" class =" form-label" ></label >
24
- }
25
- else
26
- {
22
+ </div >
23
+ }
24
+ else
25
+ {
26
+ <div class =" form-floating" >
27
27
<input asp-for =" Email" class =" form-control" disabled />
28
28
<label asp-for =" Email" class =" form-label" ></label >
29
29
<button id =" email-verification" type =" submit" asp-page-handler =" SendVerificationEmail" class =" btn btn-link" >Send verification email </button >
30
- }
31
- </ div >
30
+ </ div >
31
+ }
32
32
<div class =" form-floating" >
33
33
<input asp-for =" Input.NewEmail" class =" form-control" autocomplete =" email" aria-required =" true" />
34
34
<label asp-for =" Input.NewEmail" class =" form-label" ></label >
Original file line number Diff line number Diff line change 17
17
<button class =" btn btn-primary" type =" submit" >Download</button >
18
18
</form >
19
19
<p >
20
- <a id =" delete" asp-page =" DeletePersonalData" class =" btn btn-secondary " >Delete</a >
20
+ <a id =" delete" asp-page =" DeletePersonalData" class =" btn btn-danger " >Delete</a >
21
21
</p >
22
22
</div >
23
23
</div >
You can’t perform that action at this time.
0 commit comments