Skip to content

Commit

Permalink
fixes snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Nov 30, 2023
1 parent f7f64a9 commit ef46421
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down
2 changes: 1 addition & 1 deletion v2/userdashboard/managing-user-roles-and-permissions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To begin configuring user roles and permissions on the user management dashboard
```tsx
import SuperTokens from "supertokens-node";
import Dashboard from "supertokens-node/recipe/dashboard";
import UserRoles from "supertokens-node/recipt/userroles"
import UserRoles from "supertokens-node/recipe/userroles"

SuperTokens.init({
appInfo: {
Expand Down

0 comments on commit ef46421

Please sign in to comment.