0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Fixed typo

This commit is contained in:
Naz 2022-11-15 15:31:35 +07:00
parent c5c6b6a5cd
commit 6601e69c8a
No known key found for this signature in database

View file

@ -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 {