pkgs: bw-pass: change password prompt
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a3edf2548b
commit
21f48b5f71
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue