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:
stupidcomputer 2024-04-10 17:05:16 -05:00
parent c7a51fb7a1
commit b7d5dff2e4
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}; };
}; };
} }