We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca16cb commit cd64d6aCopy full SHA for cd64d6a
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