@@ -1,5 +1,5 @@
#!/bin/sh
for i in $(env | grep MY_APP_)
for i in $(env | grep VITE_)
do
key=$(echo $i | cut -d '=' -f 1)
value=$(echo $i | cut -d '=' -f 2-)
The note is not visible to the blocked user.