diff --git a/help-gotoso-de.md b/help-gotoso-de.md index 11d9a22..4ff56a0 100644 --- a/help-gotoso-de.md +++ b/help-gotoso-de.md @@ -29,11 +29,11 @@ → Anmelden, bestätigen und den **Code** kopieren. 6. Ersetze in diesem `curl`-Befehl die Platzhalter: ```bash - curl -X POST https://DEINE_INSTANZ_URL/oauth/token - -d "client_id=DEIN_CLIENT_ID" - -d "client_secret=DEIN_CLIENT_SECRET" - -d "grant_type=authorization_code" - -d "code=DER_CODE_AUS_SCHRITT_5" + curl -X POST https://DEINE_INSTANZ_URL/oauth/token \ + -d "client_id=DEIN_CLIENT_ID" \ + -d "client_secret=DEIN_CLIENT_SECRET" \ + -d "grant_type=authorization_code" \ + -d "code=DER_CODE_AUS_SCHRITT_5" \ -d "redirect_uri=urn:ietf:wg:oauth:2.0:oob" ``` 7. Führe den Befehl im **Terminal** aus.