Zum Inhalt springen

useInternalUserManagementController

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

@firecms/core


@firecms/core / useInternalUserManagementController

Function: useInternalUserManagementController()

Section titled “Function: useInternalUserManagementController()”

useInternalUserManagementController<USER>(): InternalUserManagement<USER>

Defined in: hooks/useInternalUserManagementController.tsx:16

Use this hook to get the internal user management of the app. Note that this is different from the user management plugin controller. This controller will be eventually replaced by the one provided by the user management plugin.

Use at your own risk!

USER extends User = User

InternalUserManagement<USER>