Skip to content

Commit

Permalink
Fix vue import
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed May 29, 2024
1 parent 6ddb94f commit 5d5b9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc-controller/api/templates/verified_credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h1 class="my-2">[[ headerText ]]</h1>
</div>
</div>

<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="https://unpkg.com/vue@3.4.27/dist/vue.global.prod.js"></script>
</body>

<!-- Components -->
Expand Down

0 comments on commit 5d5b9df

Please sign in to comment.