docs: Fix link to the correct AuthIdentity model's page (#9519)

I think there is a bug on the link to the `AuthIdentity ` model's page. The page containing the issue can be found [here](https://docs.medusajs.com/v2/resources/commerce-modules/auth/auth-identity-and-actor-types#what-is-an-auth-identity)
This commit is contained in:
Zaid Rashid
2024-10-10 16:41:19 +02:00
committed by GitHub
parent 0dd3d9b1c4
commit 0058338d40

View File

@@ -8,7 +8,7 @@ In this document, youll learn about concepts related to identity and actors i
## What is an Auth Identity?
The [AuthIdentity data model](/references/auth/model/AuthIdentity) represents a registered user.
The [AuthIdentity data model](/references/auth/models/AuthIdentity) represents a registered user.
When a user is registered, a record of `AuthIdentity` is created. This record is used to validate the users authentication in future requests.