diff --git a/bin/credentials.sh b/bin/credentials.sh index f8733e3..40dbd65 100644 --- a/bin/credentials.sh +++ b/bin/credentials.sh @@ -45,12 +45,7 @@ get_pass() get_mfa() { printf mfa - otpcli_opts= - case $1 in - isnic) otpcli_opts="-H sha512 -d 8" - ;; - esac - sekrit get "$1/mfa" | otpcli $otpcli_opts | clip && printf "\n" + sekrit get "$1/mfa" | otpcli | clip && printf "\n" } get_account()