PageRenderTime 34ms CodeModel.GetById 9ms RepoModel.GetById 1ms app.codeStats 0ms

/MvcMusicStore/Views/Account/ChangePasswordSuccess.cshtml

#
Razor | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | b5f81ba6df50a5369797ce716db807e4 MD5 | raw file
  1. @{
  2. ViewBag.Title = "Change Password";
  3. }
  4. <h2>Change Password</h2>
  5. <p>
  6. Your password has been changed successfully.
  7. </p>