diff --git a/website/docs/define-actions/action-utils.md b/website/docs/define-actions/action-utils.md index da08ab7..47e4d24 100644 --- a/website/docs/define-actions/action-utils.md +++ b/website/docs/define-actions/action-utils.md @@ -39,7 +39,8 @@ const action = actionClient bindArgsParsedInputs, hasRedirected, hasNotFound, - hasForbidden + hasForbidden, + hasUnauthorized }) => {}, onError: async ({ error, @@ -56,7 +57,8 @@ const action = actionClient bindArgsClientInputs, hasRedirected, hasNotFound, - hasForbidden + hasForbidden, + hasUnauthorized }) => {}, }); ``` \ No newline at end of file