minor updates to copy
This commit is contained in:
@ -92,7 +92,8 @@ module.exports = function(User) {
|
|||||||
|
|
||||||
req.flash('error', {
|
req.flash('error', {
|
||||||
msg:
|
msg:
|
||||||
`email ${req.body.email} is already in user, try signing in instead`
|
`The ${req.body.email} email address is already associated with an account.
|
||||||
|
Try signing in with it here instead.`
|
||||||
});
|
});
|
||||||
|
|
||||||
return res.redirect('/email-signin');
|
return res.redirect('/email-signin');
|
||||||
|
@ -232,10 +232,10 @@ block content
|
|||||||
.modal-footer
|
.modal-footer
|
||||||
a.btn.btn-success.btn-block(href='#', data-dismiss='modal', aria-hidden='true')
|
a.btn.btn-success.btn-block(href='#', data-dismiss='modal', aria-hidden='true')
|
||||||
span.ion-happy
|
span.ion-happy
|
||||||
| Nevermind, I don't want to delete all my progress
|
| Nevermind, I don't want to delete all of my progress
|
||||||
.btn-spacer
|
.spacer
|
||||||
form(action='/account/delete', method='POST')
|
form(action='/account/delete', method='POST')
|
||||||
input(type='hidden', name='_csrf', value=_csrf)
|
input(type='hidden', name='_csrf', value=_csrf)
|
||||||
button.btn.btn-danger.btn-block(type='submit')
|
button.btn.btn-danger.btn-block(type='submit')
|
||||||
span.ion-trash-b
|
span.ion-trash-b
|
||||||
| I am 100% sure I want to delete all my progress
|
| I am 100% sure I want to delete my account and all of my progress
|
||||||
|
Reference in New Issue
Block a user