mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-19 22:17:58 -04:00
Fix bitwarden cli notice
This commit is contained in:
@@ -259,6 +259,17 @@ public class BitwardenPasswordManager implements PasswordManager {
|
||||
}
|
||||
|
||||
private static void sync() throws Exception {
|
||||
if (Dist.get().checkInPath()) {
|
||||
try {
|
||||
CommandSupport.isInLocalPathOrThrow("Bitwarden CLI", "bw");
|
||||
} catch (Exception e) {
|
||||
ErrorEventFactory.fromThrowable(e)
|
||||
.link("https://bitwarden.com/help/cli/#download-and-install")
|
||||
.handle();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Copy existing file if possible to retain configuration
|
||||
copyConfigIfNeeded();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user