mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Fixed typo
This commit is contained in:
parent
c5c6b6a5cd
commit
6601e69c8a
@ -29,7 +29,7 @@ const loadMemberSession = async function (req, res, next) {
|
||||
|
||||
/**
|
||||
* Require member authentication, and make it possible to authenticate via uuid.
|
||||
* You can chain this after loadMemberSession to make it possible to authetnicate via both the uuid and the session.
|
||||
* You can chain this after loadMemberSession to make it possible to authenticate via both the uuid and the session.
|
||||
*/
|
||||
const authMemberByUuid = async function (req, res, next) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user