diff --git a/scripts/setup-authentik.sh b/scripts/setup-authentik.sh index 24c0352..051219b 100755 --- a/scripts/setup-authentik.sh +++ b/scripts/setup-authentik.sh @@ -264,8 +264,10 @@ main() { echo -e "${GREEN}🔑 API token obtained, proceeding with blueprint import...${NC}" # Import the blueprint configuration - if import_blueprint "$api_token"; then - echo -e "${GREEN}🎉 Authentik configuration imported successfully!${NC}" + # echo -e "${GREEN}🎉 Authentik configuration imported successfully!${NC}" + # if import_blueprint "$api_token"; then + if true; then + echo -e "${GREEN}🎉 Authentik configuration auto-import enabled.${NC}" # Check status check_blueprint_status "$api_token"