@@ -36,7 +36,7 @@ Simple example collection:
|
||||
import { CollectionConfig } from 'payload/types';
|
||||
|
||||
const Admins: CollectionConfig = {
|
||||
slug: 'admins',
|
||||
slug:
|
||||
// highlight-start
|
||||
auth: {
|
||||
tokenExpiration: 7200, // How many seconds to keep the user logged in
|
||||
|
||||
Reference in New Issue
Block a user