Skip to content

Commit a29815b

Browse files
authored
feat: update snapshot to noauth (#33)
* feat: update snapshot to noauth * delete unused resources
1 parent 564ff45 commit a29815b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

embed/mock/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

embed/mock/qlik-embed/main.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

embed/solo-analytics-snapshot.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<link rel="stylesheet" href="index.css">
99
<script crossorigin="anonymous" type="application/javascript"
1010
src="https://cdn.jsdelivr.net/npm/@qlik/embed-web-components@1/dist/index.min.js"
11-
data-host="https://withdave.github.io/qlik-embed-examples/mock"
12-
data-auth-type="none" >
11+
data-auth-type="noauth" >
1312
</script>
1413
<script type="application/javascript">
1514
const snapshotData = {
@@ -824,4 +823,4 @@ <h1>analytics/snapshot via qlik/embed-web-components</h1>
824823
</script>
825824
</body>
826825

827-
</html>
826+
</html>

0 commit comments

Comments
 (0)