Skip to content

Instantly share code, notes, and snippets.

@tolgaOzen
Created March 2, 2022 15:54
Show Gist options
  • Save tolgaOzen/43a522fec820509c41c87b2fa6ca8b15 to your computer and use it in GitHub Desktop.
Save tolgaOzen/43a522fec820509c41c87b2fa6ca8b15 to your computer and use it in GitHub Desktop.
const getProtectedData = async () => {
if (await isAuthorized('task-edit-policy', '1', 'task')) {
setRenderComponent(true)
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment