Skip to content

Commit 48a021a

Browse files
authored
fix: a typo in the pocket-id guide (#27)
Fixes: #26
1 parent 34ba7ce commit 48a021a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/docs/guides/pocket-id.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ Select users to include in the group:
7777
Configure Tinyauth-protected apps to require OAuth groups by adding the `oauth.groups` label:
7878

7979
```yaml
80-
tinyauth.apps.myapp.oauth.groups: admin
80+
tinyauth.apps.myapp.oauth.groups: admins
8181
```
8282

83-
In this example, only Pocket ID users in the `admin` group can access the app. Users outside the group will be redirected to an unauthorized page.
83+
In this example, only Pocket ID users in the `admins` group can access the app. Users outside the group will be redirected to an unauthorized page.
8484

8585
<Callout type="warning">
8686
By default, Tinyauth uses the subdomain name of the request to find a matching

0 commit comments

Comments
 (0)