Relax Linear Authentik sync verification

This commit is contained in:
Conrad Kramer 2026-04-18 19:32:29 -07:00
parent 6dea4e4557
commit 7421834ebc
2 changed files with 4 additions and 4 deletions

View file

@ -294,6 +294,7 @@ existing_application="$(
)"
if [[ -n "$existing_application" ]]; then
application_pk="existing"
api PATCH "/api/v3/core/applications/${application_slug}/" "$application_payload" >/dev/null
else
create_application_result="$(