Skip to content

Commit c3ce0ae

Browse files
committed
update links to ra-core-ee docs
1 parent 0e54ed4 commit c3ce0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_headless/src/content/docs/AuthProviderWriting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ const authProvider = {
372372
| **Response format** | `{ id: string \| number, fullName?: string, avatar?: string }` |
373373
| **Error format** | `Error` |
374374

375-
Admin components often adapt their behavior based on the current user identity. For instance, a [lock system](https://react-admin-ee.marmelab.com/documentation/ra-core-ee#locks) may allow edition only if the lock owner is the current user. It is also common to display the current user name and avatar in the app main menu.
375+
Admin components often adapt their behavior based on the current user identity. For instance, a [lock system](./RealtimeFeatures.md#locks) may allow edition only if the lock owner is the current user. It is also common to display the current user name and avatar in the app main menu.
376376

377377
Ra-core delegates the storage of the connected user identity to the `authProvider`. If it exposes a `getIdentity()` method, ra-core will call it to read the user details.
378378

0 commit comments

Comments
 (0)