Ver Fonte

Hide wsapikey on postdetails

Daniel Gibbs há 8 anos atrás
pai
commit
fa1c739a28
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      lgsm/functions/info_messages.sh

+ 4 - 0
lgsm/functions/info_messages.sh

@@ -1204,5 +1204,9 @@ fn_info_message_password_strip(){
 		if [ -n "${telnetpass}" ]; then
 			telnetpass="********"
 		fi
+		if [ -n "${wsapikey}" ]; then
+			wsapikey="********"
+		fi
+
 	fi
 }