File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
packages/internal/src/generate/templates Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ export type InferredCurrentUser = Awaited<ReturnType<typeof getCurrentUser>>
77
88type UndefinedRoles = {
99 /**
10- * ⚠️ Heads-Up: This is undefined unless roles key is returned from {@link getCurrentUser()}
10+ * ⚠️ Heads-Up: This is undefined unless a roles key is returned from
11+ * {@link getCurrentUser()}
1112 *
12- * You may take a look at https://redwoodjs.com/docs/tutorial/chapter7/rbac for a tutorial on
13- * how to add fully-fledged RBAC (Role-based Access Control) to your database model.
13+ * You may take a look at https://cedarjs.com/docs/tutorial/chapter7/rbac for
14+ * a tutorial on how to add fully-fledged RBAC (Role-based Access Control) to
15+ * your database model.
1416 */
1517 roles?: unknown | unknown[]
1618}
You can’t perform that action at this time.
0 commit comments