fix issue where rbw couldn't collect password from pinentry
when executing rbw, pinentry complains about a lack of terminal size. if you remove the terminal, it can't be too small, right?
This commit is contained in:
parent
c7a51fb7a1
commit
b7d5dff2e4
|
@ -6,7 +6,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
base_url = "https://bitwarden.beepboop.systems";
|
base_url = "https://bitwarden.beepboop.systems";
|
||||||
email = "bit@beepboop.systems";
|
email = "bit@beepboop.systems";
|
||||||
pinentry = "curses";
|
# pinentry = "gtk";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue