Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bars92 committed Sep 5, 2023
1 parent 662832e commit 075a745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ NOTE: This package is a part of a monorepo. so if you make changes in a dependen
| base-url | Custom Descope base URL | **""** |
| theme | **"light"** - Light theme</br>**"dark"** - Dark theme</br>**"os"** - Auto select a theme based on the OS theme settings | **"light"** |
| debug | **"true"** - Enable debugger</br>**"false"** - Disable debugger | **"false"** |
| preview | **"true"** - Ignore incoming tokens</br>**"false"** - Do not ignore tokens | **"false"** |
| preview | **"true"** - Run flow in a preview mode</br>**"false"** - Do run flow in a preview mode | **"false"** |
| telemetryKey | **String** - Telemetry public key provided by Descope Inc | **""** |
| auto-focus | **"true"** - Automatically focus on the first input of each screen</br>**"false"** - Do not automatically focus on screen's inputs</br>**"skipFirstScreen"** - Automatically focus on the first input of each screen, except first screen | **"true"** |
| storage-prefix | **String** - A prefix to add to the key of the local storage when persisting tokens | **""** |
Expand Down

0 comments on commit 075a745

Please sign in to comment.