change the zrok-share wrapper script to match new oauth email opt name; resolves #1112

This commit is contained in:
Kenneth Bingham
2025-11-13 12:10:48 -05:00
parent 74eb6fc5f2
commit 136a3a0a45
+1 -1
View File
@@ -186,7 +186,7 @@ if [[ -n "${ZROK_OAUTH_PROVIDER:-}" ]]; then
ZROK_CMD+=" --oauth-provider ${ZROK_OAUTH_PROVIDER}"
if [[ -n "${ZROK_OAUTH_EMAILS:-}" ]]; then
for EMAIL in ${ZROK_OAUTH_EMAILS}; do
ZROK_CMD+=" --oauth-email-address-patterns ${EMAIL}"
ZROK_CMD+=" --oauth-email-address-pattern ${EMAIL}"
done
fi
elif [[ -n "${ZROK_BASIC_AUTH:-}" ]]; then