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 coll -sm-6" >Update password</button >
29+ <button type =" submit" class =" btn btn-primary col -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 col-sm-6 " >Send verification email </button >
28+ <button id =" email-verification" type =" submit" asp-page-handler =" SendVerificationEmail" class =" btn btn-link" >Send verification email </button >
2929 }
3030 </div >
3131 <div class =" form-group" >
3232 <label asp-for =" Input.NewEmail" ></label >
3333 <input asp-for =" Input.NewEmail" class =" form-control" autocomplete =" email" aria-required =" true" />
3434 <span asp-validation-for =" Input.NewEmail" class =" text-danger" ></span >
3535 </div >
36- <button id =" change-email-button" type =" submit" asp-page-handler =" ChangeEmail" class =" btn btn-primary" >Change email</button >
36+ <button id =" change-email-button" type =" submit" asp-page-handler =" ChangeEmail" class =" btn btn-primary col-sm-6 " >Change email</button >
3737 </form >
3838 </div >
3939</div >
Original file line number Diff line number Diff line change 2727 <input asp-for =" Input.PhoneNumber" class =" form-control" />
2828 <span asp-validation-for =" Input.PhoneNumber" class =" text-danger" ></span >
2929 </div >
30- <button id =" update-profile-button" type =" submit" class =" btn btn-primary" >Save</button >
30+ <button id =" update-profile-button" type =" submit" class =" btn btn-primary col-sm-6 " >Save</button >
3131 </form >
3232 </div >
3333</div >
You can’t perform that action at this time.
0 commit comments