Skip to content

Commit

Permalink
Cognito frontend integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Belo authored and Lucas Belo committed Oct 8, 2024
1 parent 24afeda commit dc63bf4
Show file tree
Hide file tree
Showing 7 changed files with 2,984 additions and 407 deletions.
8 changes: 6 additions & 2 deletions services/tasks_ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<title>Tasks</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script>
window.global = window;
var exports = {};
</script>
</body>
</html>
</html>
Loading

0 comments on commit dc63bf4

Please sign in to comment.