File tree Expand file tree Collapse file tree
Idp.Swiyu.Passkeys.Sts/Pages/Account/Manage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 <input asp-for =" Input.ConfirmPassword" class =" form-control" autocomplete =" new-password" aria-required =" true" />
2727 <span asp-validation-for =" Input.ConfirmPassword" class =" text-danger" ></span >
2828 </div >
29- <button type =" submit" class =" btn btn-primary" >Update password</button >
29+ <button type =" submit" class =" btn btn-primary coll-sm-6 " >Update password</button >
3030 </form >
3131 </div >
3232</div >
Original file line number Diff line number Diff line change 2525 else
2626 {
2727 <input asp-for =" Email" class =" form-control" disabled />
28- <button id =" email-verification" type =" submit" asp-page-handler =" SendVerificationEmail" class =" btn btn-link" >Send verification email </button >
28+ <button id =" email-verification" type =" submit" asp-page-handler =" SendVerificationEmail" class =" btn btn-link col-sm-6 " >Send verification email </button >
2929 }
3030 </div >
3131 <div class =" form-group" >
Original file line number Diff line number Diff line change 3939 <input asp-for =" Input.Code" class =" form-control" autocomplete =" off" />
4040 <span asp-validation-for =" Input.Code" class =" text-danger" ></span >
4141 </div >
42- <button type =" submit" class =" btn btn-primary" >Verify</button >
42+ <button type =" submit" class =" btn btn-primary col-sm-6 " >Verify</button >
4343 <div asp-validation-summary =" ModelOnly" class =" text-danger" ></div >
4444 </form >
4545 </div >
Original file line number Diff line number Diff line change 2222</div >
2323<div >
2424 <form method =" post" class =" form-group" >
25- <button class =" btn btn-danger" type =" submit" >Generate Recovery Codes</button >
25+ <button class =" btn btn-danger col-sm-6 " type =" submit" >Generate Recovery Codes</button >
2626 </form >
2727</div >
Original file line number Diff line number Diff line change 1414 <strong >Deleting this data will permanently remove your account, and this cannot be recovered.</strong >
1515 </p >
1616 <form id =" download-data" asp-page =" DownloadPersonalData" method =" post" class =" form-group" >
17- <button class =" btn btn-primary" type =" submit" >Download</button >
17+ <button class =" btn btn-primary col-sm-6 " type =" submit" >Download</button >
1818 </form >
19- <p >
20- <a id =" delete" role =" button" asp-page =" DeletePersonalData" class =" btn btn-secondary" >Delete</a >
21- </p >
19+ <div >
20+ <a id =" delete" role =" button" asp-page =" DeletePersonalData" class =" btn btn-secondary col-sm-6 " >Delete</a >
21+ </div >
2222 </div >
2323</div >
2424
Original file line number Diff line number Diff line change 2525 <input asp-for =" Input.ConfirmPassword" class =" form-control" />
2626 <span asp-validation-for =" Input.ConfirmPassword" class =" text-danger" ></span >
2727 </div >
28- <button type =" submit" class =" btn btn-primary" >Set password</button >
28+ <button type =" submit" class =" btn btn-primary col-sm-6 " >Set password</button >
2929 </form >
3030 </div >
3131</div >
Original file line number Diff line number Diff line change 3434 if (Model .IsMachineRemembered )
3535 {
3636 < form method = " post" class = " display-inline-block" >
37- < button type = " submit" class = " btn btn-primary" > Forget this browser < / button >
37+ < button type = " submit" class = " btn btn-primary col-sm-6 " > Forget this browser < / button >
3838 < / form >
3939 }
40- <a asp-page =" /Account/Manage/Disable2fa" class =" btn btn-primary" >Disable 2FA </a >
41- <a asp-page =" /Account/Manage/GenerateRecoveryCodes" class =" btn btn-primary" >Reset recovery codes </a >
40+ <a asp-page =" /Account/Manage/Disable2fa" class =" btn btn-primary col-sm-6 " >Disable 2FA </a >
41+ <a asp-page =" /Account/Manage/GenerateRecoveryCodes" class =" btn btn-primary col-sm-6 " >Reset recovery codes </a >
4242}
4343
4444<h4 >Authenticator app</h4 >
4545@if (! Model .HasAuthenticator )
4646{
47- <a id =" enable-authenticator" asp-page =" /Account/Manage/EnableAuthenticator" class =" btn btn-primary" >Add authenticator app </a >
47+ <a id =" enable-authenticator" asp-page =" /Account/Manage/EnableAuthenticator" class =" btn btn-primary col-sm-6 " >Add authenticator app </a >
4848}
4949else
5050{
51- <a id =" enable-authenticator" asp-page =" /Account/Manage/EnableAuthenticator" class =" btn btn-primary" >Setup authenticator app </a >
52- <a id =" reset-authenticator" asp-page =" /Account/Manage/ResetAuthenticator" class =" btn btn-primary" >Reset authenticator app </a >
51+ <a id =" enable-authenticator" asp-page =" /Account/Manage/EnableAuthenticator" class =" btn btn-primary col-sm-6 " >Setup authenticator app </a >
52+ <a id =" reset-authenticator" asp-page =" /Account/Manage/ResetAuthenticator" class =" btn btn-primary col-sm-6 " >Reset authenticator app </a >
5353}
5454
5555@section Scripts {
You can’t perform that action at this time.
0 commit comments