Fixes 2fa rofi script

This commit is contained in:
Michel Fedde 2025-10-17 16:30:03 +02:00
parent 64665a9a2a
commit ab7d9f188e

View file

@ -36,8 +36,6 @@ case $ROFI_RETV in
jq ".password" -r |
wl-copy
$(echo $ROFI_INFO | jq -r '"\(.service) - \(.account)"')
notify-send -i "lock" "2FA Code copied" "Copied code for '$(echo $ROFI_INFO | jq -r '"\(.service) - \(.account)"')'"
;;
esac