docs: add before login comments (#6101)
This commit is contained in:
@@ -141,6 +141,10 @@ export const loginOperation = async <TSlug extends keyof GeneratedTypes['collect
|
|||||||
user,
|
user,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// /////////////////////////////////////
|
||||||
|
// beforeLogin - Collection
|
||||||
|
// /////////////////////////////////////
|
||||||
|
|
||||||
await collectionConfig.hooks.beforeLogin.reduce(async (priorHook, hook) => {
|
await collectionConfig.hooks.beforeLogin.reduce(async (priorHook, hook) => {
|
||||||
await priorHook
|
await priorHook
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user