Skip to content

Commit

Permalink
fixes for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpchev committed Nov 20, 2024
1 parent f6c0f0b commit 37c3c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-embedded-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Example `POST /security/guest_token` payload:
}
```

Alternatively, a guest token can be created directly in your app with a json like the following, and then signed
Alternatively, a guest token can be created directly in your app with a json like the following, and then signed
with the secret set in configuration variable `GUEST_TOKEN_JWT_SECRET` (see configuration file config.py)
```
{
Expand Down

0 comments on commit 37c3c70

Please sign in to comment.