Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Jul 25, 2024
1 parent c330cd7 commit 7429aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/studio/AuthBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function AuthBoundary({
// If using unverified `sanity` login provider, send them
// to basic NotAuthorized component.
if (loginProvider === 'sanity') return <NotAuthenticatedComponent />
// Otherwise, send use to RequestAccessDialog
// Otherwise, send user to request access screen
return <RequestAccessScreen />
}

Expand Down

0 comments on commit 7429aac

Please sign in to comment.