Skip to content

Commit e82b610

Browse files
authored
chore: update rbac 404 (#90)
1 parent 9fbca50 commit e82b610

File tree

1 file changed

+1
-2
lines changed
  • fern/products/docs/pages/authentication

1 file changed

+1
-2
lines changed

fern/products/docs/pages/authentication/rbac.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ sequenceDiagram
4646
alt User has required role
4747
F->>U: Show restricted content
4848
else User lacks required role
49-
F->>R: Redirect to login page
50-
R->>A: Authenticate user
49+
F->>U: User is shown a 404 page
5150
end
5251
else No cookie
5352
F->>R: Redirect to login page

0 commit comments

Comments
 (0)