Skip to content

Commit

Permalink
revert: not authenticated screen text
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Jul 25, 2024
1 parent f050606 commit c330cd7
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,17 @@ export function NotAuthenticatedScreen() {
>
<Stack space={4}>
<Text>
You are not authorized to access this studio. You are currently signed in as{' '}
<strong>
{currentUser?.name} ({currentUser?.email})
</strong>
{providerHelp}.
You are not authorized to access this studio. Maybe you could ask someone to invite you
to collaborate on this project?
</Text>

<Text>
If you think this is an error, verify that you are signed in with the correct account.
You are currently signed in as{' '}
<strong>
{currentUser?.name} ({currentUser?.email})
</strong>
{providerHelp}.
</Text>
</Stack>
</Dialog>
Expand Down

0 comments on commit c330cd7

Please sign in to comment.