Skip to content

Commit

Permalink
Update frontegg-auth.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david authored Nov 22, 2023
1 parent 515f1de commit 2d63075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/frontegg-app/src/lib/frontegg-auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export class FronteggAuthService {
if (this.isHostedLoginCallbackRoute()) {
return;
}
this.dispatchAction('requestHostedLoginAuthorizeV2', params);
this.dispatchAction('requestHostedLoginAuthorizeV2', { additionalParams: params });
this.setState({ isLoading: true });
};
preLogin = (payload: IPreLogin) => this.dispatchAction('preLogin', payload);
Expand Down

0 comments on commit 2d63075

Please sign in to comment.