Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: liquid-auth connect #112

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
581 changes: 0 additions & 581 deletions client/ui/local-app/dist/assets/index-64b7c841.js

This file was deleted.

78 changes: 78 additions & 0 deletions client/ui/local-app/dist/assets/index-ec2da06d.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/ui/local-app/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AlgoID Connect (beta)</title>
<script type="module" crossorigin src="/assets/index-64b7c841.js"></script>
<script type="module" crossorigin src="/assets/index-ec2da06d.js"></script>
<link rel="stylesheet" href="/assets/index-99bc98b1.css">
</head>
<body class="h-full">
Expand Down
1 change: 1 addition & 0 deletions client/ui/local-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@algorandfoundation/liquid-client": "github:algorandfoundation/liquid-auth-js",
"@walletconnect/client": "^1.8.0",
"algorand-walletconnect-qrcode-modal": "^1.8.0"
},
Expand Down
Loading
Loading