Skip to content

Commit

Permalink
Trigger next
Browse files Browse the repository at this point in the history
  • Loading branch information
tomski747 committed Dec 24, 2024
1 parent 3c2916f commit a7a455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdks/react-sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export type DescopeProps = {
tenant?: string;
// If theme is not provided - the OS theme will be used
theme?: ThemeOptions;
// If locale is not provided - the browser's locale will be used
// Unless locale is provided - the browser's locale will be used
locale?: string;
autoFocus?: AutoFocusOptions;
validateOnBlur?: boolean;
Expand Down

0 comments on commit a7a455e

Please sign in to comment.