Hello, i would like to ask why i can't see role ma...
# support-questions-legacy
s
Hello, i would like to ask why i can't see role management features on the dashboard? I have added the following recipes:
Copy code
EmailPassword.init(),
      Session.init(),
      UserMetadata.init(),
      EmailVerification.init({
        mode: 'OPTIONAL',
      }),
      Dashboard.init(),
      UserRoles.init(),
What else i need to be able to manage roles in the dashboard?
3 Views