We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ca16cb + cd64d6a commit f38e789Copy full SHA for f38e789
src/helper.ts
@@ -74,6 +74,8 @@ export function generateConfigs(configs: ConfigsOptions = {}): string {
74
'showRememberMe',
75
'isNewTab',
76
'forceLogout',
77
+ 'sdkPlatform',
78
+ 'sdkVersion',
79
];
80
81
for (const key in configs) {
0 commit comments