mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-07 10:37:39 +08:00
feat: use cookie to store jwt token, better performance
This commit is contained in:
@@ -49,9 +49,7 @@ class _SystemPageState extends ConsumerState<SystemPage> {
|
||||
DataCell(Text((item.size ?? 0).readableFileSize())),
|
||||
DataCell(InkWell(
|
||||
child: const Icon(Icons.download),
|
||||
onTap: () => launchUrl(uri,
|
||||
webViewConfiguration: WebViewConfiguration(
|
||||
headers: APIs.authHeaders)),
|
||||
onTap: () => launchUrl(uri),
|
||||
))
|
||||
]);
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user