Skip to content

Commit 5b3c37a

Browse files
committed
change client name for browser extension
1 parent c076f04 commit 5b3c37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/self-hosting/guides/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The solidtime Browser Extensions authenticate with the API with OAuth.
173173
The Browser Extensions need a client. You can create a client by running the following command:
174174

175175
```bash
176-
docker compose exec scheduler php artisan passport:client --name=browser-extensions --redirect_uri=https://[email protected]/,https://hpanifeankiobmgbemnhjmhpjeebdhdd.chromiumapp.org/ --public -n
176+
docker compose exec scheduler php artisan passport:client --name=browser-extension --redirect_uri=https://[email protected]/,https://hpanifeankiobmgbemnhjmhpjeebdhdd.chromiumapp.org/ --public -n
177177
```
178178

179179
This command will output the client ID. Write down the client ID, you will need it to configure the Browser Extensions.

0 commit comments

Comments
 (0)