Skip to content

Commit

Permalink
remove error on start (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhayfield committed Sep 1, 2021
1 parent 2f3804c commit 8597d90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Binary file added assets/bin/pomerium-cli
Binary file not shown.
9 changes: 0 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
content="pomerium,identity-proxy,context-proxy,proxy,dashboard"
/>
<meta name="author" content="Pomerium, Inc" />
<script>
(() => {
const link = document.createElement('link');
link.rel = 'stylesheet';
link.href = './dist/style.css';
// HACK: Writing the script path should be done with webpack
document.getElementsByTagName('head')[0].appendChild(link);
})();
</script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 8597d90

Please sign in to comment.