Skip to content

Commit 8b976b8

Browse files
feat(file-input): save sessian after auth
1 parent a0c2ac7 commit 8b976b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/file-input/src/FileInput.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const FileInput: React.ComponentType<FileInputProps> = withApollo(
7474
policy,
7575
signature,
7676
},
77+
sessionCache: true
7778
});
7879
}
7980

0 commit comments

Comments
 (0)