From 543c0abea15d22a24a23cebc22dd4d8fb92c0c95 Mon Sep 17 00:00:00 2001 From: Abdullah Shahbaz Date: Wed, 31 Jan 2024 13:49:15 +0500 Subject: [PATCH] fixed formatting issues --- examples/web-js-script/index.html | 131 ++++++++++++++++++------------ 1 file changed, 80 insertions(+), 51 deletions(-) diff --git a/examples/web-js-script/index.html b/examples/web-js-script/index.html index b1d11678..a0c71a95 100644 --- a/examples/web-js-script/index.html +++ b/examples/web-js-script/index.html @@ -1,61 +1,90 @@ - - - - - - Corbado's WebJS (script) App - - - + - - - - - - -
-
-
-
+ }; + + + + - - - + + +
+
+
+
- + + - const projectID = window.location.href.includes('localhost') - ? 'pro-1743528526530787479' - : 'pro-523751808285927805'; + - + await Corbado.load({ + projectId: projectID, + }); - \ No newline at end of file + insertHeader(!!Corbado.isAuthenticated, Corbado.user); + insertGuide(!!Corbado.isAuthenticated); + insertDemo(Corbado); + Prism.highlightAll(); + + +