Skip to content

Commit 56a0b98

Browse files
committed
update json payload
1 parent ebc64a7 commit 56a0b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app-check/app-check-api-client-internal.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class AppCheckApiClient {
9999
method: 'POST',
100100
url,
101101
headers: FIREBASE_APP_CHECK_CONFIG_HEADERS,
102-
data: { token }
102+
data: { app_check_token: token }
103103
};
104104
return this.httpClient.send(request);
105105
})

0 commit comments

Comments
 (0)