Skip to content

Commit aa033e0

Browse files
committed
quick fix in teams sample
1 parent f90334c commit aa033e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/teams-tab/auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<script src="https://unpkg.com/@microsoft/teams-js/dist/MicrosoftTeams.min.js" crossorigin="anonymous"></script>
4-
<script src="./bundle/mgt-loader.js"></script>
4+
<script src="https://unpkg.com/@microsoft/mgt/dist/bundle/mgt-loader.js"></script>
55
<script>
66
mgt.TeamsProvider.handleAuth();
77
</script>

0 commit comments

Comments
 (0)