Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
c74a2fff
Commit
c74a2fff
authored
Mar 20, 2020
by
Rosanny Sihombing
Browse files
fix bug MLAB-146
parent
1bb8aa73
Changes
1
Hide whitespace changes
Inline
Side-by-side
routes/routes-account.js
View file @
c74a2fff
...
@@ -247,7 +247,8 @@ module.exports = function (app, config, passport, i18n) {
...
@@ -247,7 +247,8 @@ module.exports = function (app, config, passport, i18n) {
req
.
flash
(
'
error
'
,
"
Failed
"
);
req
.
flash
(
'
error
'
,
"
Failed
"
);
}
}
else
{
else
{
req
.
flash
(
'
success
'
,
'
Profile updated!
'
);
//req.flash('success', 'Profile updated!');
req
.
flash
(
'
success
'
,
'
Ihr Benutzerprofil wurde aktualisiert!
'
);
}
}
res
.
redirect
(
'
/profile
'
);
res
.
redirect
(
'
/profile
'
);
})
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment