Skip to content

Commit 4c1d51e

Browse files
committed
update json payload
1 parent d95bac6 commit 4c1d51e

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

Lines changed: 1 addition & 1 deletion
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)