mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Fixed typo
This commit is contained in:
parent
c5c6b6a5cd
commit
6601e69c8a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue