File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ The solidtime Browser Extensions authenticate with the API with OAuth.
173173The 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://hello@solidtime.io.extensions.allizom.org/,https://hpanifeankiobmgbemnhjmhpjeebdhdd.chromiumapp.org/ --public -n
176+ docker compose exec scheduler php artisan passport:client --name=browser-extension --redirect_uri=https://hello@solidtime.io.extensions.allizom.org/,https://hpanifeankiobmgbemnhjmhpjeebdhdd.chromiumapp.org/ --public -n
177177` ` `
178178
179179This command will output the client ID. Write down the client ID, you will need it to configure the Browser Extensions.
You can’t perform that action at this time.
0 commit comments