Skip to content

Commit

Permalink
already json
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Feb 12, 2024
1 parent 3bfae6e commit f10699c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/configure-module/05sso-configure
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ agent.set_env("PAPERLESS_APPS", PAPERLESS_APPS)
PAPERLESS_SOCIALACCOUNT_PROVIDERS = data.get("PAPERLESS_SOCIALACCOUNT_PROVIDERS", {})

# Set environment variable
agent.set_env("PAPERLESS_SOCIALACCOUNT_PROVIDERS", json.dumps(PAPERLESS_SOCIALACCOUNT_PROVIDERS))
agent.set_env("PAPERLESS_SOCIALACCOUNT_PROVIDERS", PAPERLESS_SOCIALACCOUNT_PROVIDERS)



Expand Down

0 comments on commit f10699c

Please sign in to comment.