fix(external): Ensure req.user on verified web token (#17225)
This commit is contained in:
committed by
mrugesh mohapatra
parent
dfda68fb58
commit
58a5d0d181
@ -683,8 +683,7 @@ module.exports = function(User) {
|
||||
will introduce a change in this user.
|
||||
`
|
||||
)
|
||||
.do(console.log)
|
||||
.map(() => dedent`Your settings have not been updated.`);
|
||||
.map(() => dedent`Your settings have not been updated.`);
|
||||
}
|
||||
return Observable.from(valuesToUpdate)
|
||||
.flatMap(flag => Observable.of({ flag, newValue: values[flag] }))
|
||||
|
Reference in New Issue
Block a user