Skip to content

Commit

Permalink
Fix client assets loading issue for Authentication service
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Aug 11, 2022
1 parent 7bd1771 commit e8e7e02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/AzureIoTHub.Portal/Client/assets/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './AuthenticationService.ts'
2 changes: 1 addition & 1 deletion src/AzureIoTHub.Portal/Client/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<a class="dismiss">🗙</a>
</div>

<script src="AuthenticationService.js"></script>
<script src="main.js"></script>

<script src="_content/Blazored.Modal/blazored.modal.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
Expand Down
1 change: 0 additions & 1 deletion src/AzureIoTHub.Portal/Client/wwwroot/index.js

This file was deleted.

0 comments on commit e8e7e02

Please sign in to comment.