Skip to content

Commit ea4ce2e

Browse files
committed
update firefox redirect url
1 parent 5b3c37a commit ea4ce2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/self-hosting/guides/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ docker compose exec scheduler php artisan passport:client --name=desktop --redir
159159
This command will output the client ID. Write down the client ID, you will need it to configure the Desktop client.
160160

161161
In the solidtime Desktop you can now Configure the API URL and the client ID.
162-
For that start the app and click on "Instance Settings".
162+
For that start the app and click on "Instance Settings".
163163

164164
<img src="/img/solidtime-desktop-instance-settings-1.png" alt="Screenshot of soldtime Desktop showing the start screen with an arrow on the Instance Settings button" width="500" />
165165

@@ -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-extension --redirect_uri=https://[email protected].extensions.allizom.org/,https://hpanifeankiobmgbemnhjmhpjeebdhdd.chromiumapp.org/ --public -n
176+
docker compose exec scheduler php artisan passport:client --name=browser-extension --redirect_uri=https://3369f72567118d8c03fb34880e9d6378d3b0c569.extensions.allizom.org/,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)