diff --git a/src/App.tsx b/src/App.tsx index 0fd460d..39af64c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -577,7 +577,7 @@ function App() { return (
- Firelink uses the browser extension to seamlessly capture downloads. - To securely store the pairing token that connects the app and the extension, - we need access to this system's credential store. + Firelink uses the browser extension to capture downloads. To keep the extension paired after restarts, + Firelink stores its pairing token in {storeName}.
+- Note: Firelink only requests access to its own dedicated credential entry. It cannot and will not access other saved passwords or credential items on your system. + {isMac + ? 'macOS may show a Keychain prompt after you grant access.' + : 'This usually completes silently. If the credential service is unavailable, Firelink will show the error here and the extension will stay paired for this session only.'}
- + ++ Note: Firelink only writes its own dedicated credential entry. It cannot access other + saved passwords or credential items on your system. +
+ {error && (