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 9c2377a commit 51a7f47Copy full SHA for 51a7f47
src/core/auth.ts
@@ -192,7 +192,7 @@ export class Auth {
192
}
193
194
if (this.options.sdkMode === SDK_MODE.IFRAME) {
195
- this.authProvider = new AuthProvider({ sdkUrl: this.options.sdkUrl, whiteLabel: this.options.whiteLabel });
+ this.authProvider = new AuthProvider({ sdkUrl: this.baseUrl, whiteLabel: this.options.whiteLabel });
196
if (!this.state.sessionId) {
197
this.authProviderPromise = this.authProvider.init({ network: this.options.network, clientId: this.options.clientId });
198
if (params.nonce) {
0 commit comments