Skip to content

Shouldn't this be LocalUsers instead of Users? #37

@engin-can

Description

@engin-can

Shouldn't this be LocalUsers instead of Users?

https://github.com/WilsonLe/payload-oauth2/blob/01133497689f9cff556af8c8139a55fd965a0ed0/dev/src/collections/LocalUsers.ts#L3C1-L3C34

import { CollectionConfig } from "payload";

const Users: CollectionConfig = {
  slug: "local-users",
  auth: true,
  admin: { useAsTitle: "email" },
  fields: [{ name: "email", type: "email", required: true }],
};

export default Users;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions