pkgs: bw-pass: change password prompt
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-07-03 21:42:45 +02:00
parent a3edf2548b
commit 21f48b5f71

View file

@ -17,7 +17,7 @@ error_out() {
login() {
local PASSWORD
PASSWORD="$(prompt_pass "Password")" || error_out "Cannot prompt password"
PASSWORD="$(prompt_pass "Bitwarden Password")" || error_out "Cannot prompt password"
export BW_SESSION
BW_SESSION="$(bw unlock "$PASSWORD" --raw)" || error_out "Cannot unlock"
}