Browse Source

Defined HE_OTP_Secret

pull/1034/head
Chris Gelatt 8 years ago
parent
commit
2e34ae9965
  1. 1
      dnsapi/dns_he.sh

1
dnsapi/dns_he.sh

@ -31,6 +31,7 @@ dns_he_add() {
if [ ! -z "$HE_OTP_Secret" ]; then
_saveaccountconf HE_OTP_Secret "$HE_OTP_Secret"
else
HE_OTP_Secret=
_clearaccountconf HE_OTP_Secret
fi

Loading…
Cancel
Save