Skip to content

Commit f38e789

Browse files
authored
Merge pull request #61 from moneytree/update-helper-generateConfigs
fix: add two private config value to helper function
2 parents 2ca16cb + cd64d6a commit f38e789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/helper.ts

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ export function generateConfigs(configs: ConfigsOptions = {}): string {
7474
'showRememberMe',
7575
'isNewTab',
7676
'forceLogout',
77+
'sdkPlatform',
78+
'sdkVersion',
7779
];
7880

7981
for (const key in configs) {

0 commit comments

Comments
 (0)