mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
Fixed getMemberIdentiyTokenFromSession
no-issue This did not have the cookieConfig passed, so could not correctly parse request
This commit is contained in:
parent
95ed945f6d
commit
198e525d59
@ -112,7 +112,7 @@ module.exports = function create(options = EMPTY) {
|
||||
message: `Cookie ${cookieName} not found`
|
||||
});
|
||||
}
|
||||
});
|
||||
}, cookieConfig);
|
||||
|
||||
return {
|
||||
exchangeTokenForSession,
|
||||
|
Loading…
Reference in New Issue
Block a user