From 40742fbd9b1f8f5bfc8d9aa47c3d9338ff14c386 Mon Sep 17 00:00:00 2001 From: knojector Date: Mon, 8 Feb 2021 20:54:55 +0100 Subject: [PATCH] Updated recipe --- .../1.0/config/packages/knojector_steam_authentication.yaml | 6 ++---- knojector/steam-authentication-bundle/1.0/manifest.json | 3 --- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml b/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml index 6d3cbe41..d470bdbc 100644 --- a/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml +++ b/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml @@ -1,6 +1,4 @@ # https://github.com/knojector/SteamAuthenticationBundle for configuration documentation knojector_steam_authentication: - api_key: "%env(STEAM_API_KEY)%" - login_route: '' - login_redirect: '' - user_class: '' + login_success_redirect: '' + login_failure_redirect: '' diff --git a/knojector/steam-authentication-bundle/1.0/manifest.json b/knojector/steam-authentication-bundle/1.0/manifest.json index 4e295bb1..daef2381 100644 --- a/knojector/steam-authentication-bundle/1.0/manifest.json +++ b/knojector/steam-authentication-bundle/1.0/manifest.json @@ -4,8 +4,5 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - }, - "env": { - "STEAM_API_KEY": "" } }