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 a0d53f2 commit 398cfc0Copy full SHA for 398cfc0
src/common/providers/identity.ts
@@ -679,8 +679,7 @@ export function generateResponsePayload(
679
return {};
680
}
681
682
- const { recaptchaActionOverride, ...formattedAuthResponse } =
683
- authResponse;
+ const { recaptchaActionOverride, ...formattedAuthResponse } = authResponse;
684
const result = {} as ResponsePayload;
685
const updateMask = getUpdateMask(formattedAuthResponse);
686
0 commit comments