IO-1145 Remove force token refresh.

This commit is contained in:
Patrick Fic
2021-05-18 13:35:48 -07:00
parent be051501ba
commit 043ee68e58
8 changed files with 11 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ export function PaymentExportButton({
{ payments: [paymentId] },
{
headers: {
Authorization: `Bearer ${await auth.currentUser.getIdToken(true)}`,
Authorization: `Bearer ${await auth.currentUser.getIdToken()}`,
},
}
);