Skip to content

Commit

Permalink
authZn: Deploy v2, fix crossorigin
Browse files Browse the repository at this point in the history
  • Loading branch information
lubej committed Nov 13, 2023
1 parent f99bb5f commit c6fa365
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion authzn-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AuthZN Demo</title>
<script type="module" crossorigin src="/authzn-demo/assets/index-213a9183.js"></script>
<script type="module" crossorigin src="/authzn-demo/assets/index-7978ea53.js"></script>
<link rel="stylesheet" href="/authzn-demo/assets/index-5949084f.css">
</head>
<body>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion authzn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/authzn/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"/>
<title>Sapphire Auth[ZN] Demo</title>
<script type="module" crossorigin src="/authzn/assets/index-9ef3d5bc.js"></script>
<script type="module" crossorigin src="/authzn/assets/index-8ae840ba.js"></script>
<link rel="stylesheet" href="/authzn/assets/index-242a96a2.css">
</head>
<body>
Expand Down

0 comments on commit c6fa365

Please sign in to comment.