From 650d23856ba7c3c78a767dadbe002cb3a385b20d Mon Sep 17 00:00:00 2001 From: Paul Haedrich Date: Mon, 6 Nov 2023 20:12:23 +0100 Subject: [PATCH] Increased compatibility of clerk.json --- ingredients/auth/clerk.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ingredients/auth/clerk.json b/ingredients/auth/clerk.json index ea931b9..dd7c6db 100644 --- a/ingredients/auth/clerk.json +++ b/ingredients/auth/clerk.json @@ -8,8 +8,13 @@ "tag": "div", "attribute": "id", "value": "clerk-components" + }, + { + "tag": "script", + "attribute": "src", + "value": "scdn.clerk.com" } ], "headers": [] } -} \ No newline at end of file +}