docs: rename provider module to module provider (#7869)

* docs: rename provider module to module provider

* fix vale rule

* vale fixes
This commit is contained in:
Shahed Nasser
2024-07-01 10:21:19 +03:00
committed by GitHub
parent 2833e3c4d0
commit 1842cd33cf
28 changed files with 117 additions and 117 deletions
@@ -1,20 +1,20 @@
import { Table } from "docs-ui"
export const metadata = {
title: `Emailpass Auth Provider Module`,
title: `Emailpass Auth Module Provider`,
}
# {metadata.title}
In this document, youll learn about the Emailpass auth provider module and how to install and use it in the Auth Module.
In this document, youll learn about the Emailpass auth module provider and how to install and use it in the Auth Module.
## Features
Using the Emailpass auth provider module, you allow users to register and login with an email and password.
Using the Emailpass auth module provider, you allow users to register and login with an email and password.
---
## Install the Emailpass Auth Provider Module
## Install the Emailpass Auth Module Provider
The Emailpass auth provider is registered by default with the Auth Module.