11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
import EventsTable from "./_events-table/page.mdx"
|
|
|
|
export const metadata = {
|
|
title: `Auth Module Events Reference`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
Find in this reference the list of events emitted by the Auth Module.
|
|
|
|
<EventsTable /> |