Request new ZKC-based auth credential

Co-authored-by: Alex Konradi <akonradi@signal.org>
This commit is contained in:
automated-signal 2024-04-16 11:47:03 -05:00 committed by GitHub
parent 5777af38e5
commit 7545b1d33f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3196,7 +3196,7 @@ export function initialize({
urlParameters:
`?redemptionStartSeconds=${startDayInSeconds}&` +
`redemptionEndSeconds=${endDayInSeconds}&` +
'pniAsServiceId=true',
'zkcCredential=true',
httpType: 'GET',
responseType: 'json',
})) as GetGroupCredentialsResultType;