Merge pull request #11923 from ajain17/fix/updateRedirect
Update Redirect when cancelling to remove account
This commit is contained in:
@ -5,7 +5,7 @@ block content
|
||||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
a.close(href='/about', data-dismiss='modal', aria-hidden='true') ×
|
||||
a.close(href='/settings', data-dismiss='modal', aria-hidden='true') ×
|
||||
h3 You don't really want to delete your account, do you?
|
||||
.modal-body
|
||||
p This will really delete all your data, including all your progress and brownie points.
|
||||
@ -14,7 +14,7 @@ block content
|
||||
a(href="mailto:team@freecodecamp.com") team@freecodecamp.com
|
||||
| .
|
||||
.modal-footer
|
||||
a.btn.btn-success.btn-block(href='/about', data-dismiss='modal', aria-hidden='true')
|
||||
a.btn.btn-success.btn-block(href='/settings', data-dismiss='modal', aria-hidden='true')
|
||||
| Nevermind, I don't want to delete all of my progress
|
||||
.spacer
|
||||
form(action='/account/delete', method='POST')
|
||||
|
Reference in New Issue
Block a user