You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let ring = Entry::new("Chrome Safe Storage","Chrome");
let pass = ring.get_password().expect("Get Password failed");
If I open seahorse, I see the relevant item (so the attribute name is correct), but I couldn't find info about the username assigned to that record.
Can you point me in the correct direction? I assume that the username might be wrong, but I have no idea where to check which one is used with Chrome Safe Storage.
The text was updated successfully, but these errors were encountered:
The following code fails with an error
KeyringError::NoPasswordFound
.leetcode-cli/src/plugins/chrome.rs
Lines 76 to 77 in c6873f0
If I open
seahorse
, I see the relevant item (so the attribute name is correct), but I couldn't find info about the username assigned to that record.Can you point me in the correct direction? I assume that the username might be wrong, but I have no idea where to check which one is used with
Chrome Safe Storage
.The text was updated successfully, but these errors were encountered: