...
|
...
|
@@ -5,6 +5,7 @@ class BackNew { |
|
|
backByMobile(req, res) {
|
|
|
res.render('back/mobile-new', {
|
|
|
width750: true,
|
|
|
localCss: true,
|
|
|
module: 'passport',
|
|
|
page: 'back-mobile-new'
|
|
|
});
|
...
|
...
|
@@ -16,6 +17,7 @@ class BackNew { |
|
|
backByEmail(req, res) {
|
|
|
res.render('back/email-new', {
|
|
|
width750: true,
|
|
|
localCss: true,
|
|
|
module: 'passport',
|
|
|
page: 'back-email-new'
|
|
|
});
|
...
|
...
|
@@ -27,6 +29,7 @@ class BackNew { |
|
|
backByEmailSuccess(req, res) {
|
|
|
res.render('back/email-success-new', {
|
|
|
width750: true,
|
|
|
localCss: true,
|
|
|
module: 'passport',
|
|
|
page: 'back-email-success-new'
|
|
|
});
|
...
|
...
|
|