Skip to content

Commit

Permalink
Vue Demo: Wrap up Redirect flow
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jul 18, 2024
1 parent ae3aed5 commit 51f51d5
Show file tree
Hide file tree
Showing 20 changed files with 482 additions and 561 deletions.
6 changes: 6 additions & 0 deletions examples/vue-app/public/assets/web3auth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions examples/vue-app/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div>
<Navbar />
<router-view />
</div>
</template>
Expand All @@ -13,3 +14,7 @@ body,
font-family: "Poppins", sans-serif !important;
}
</style>

<script setup lang="ts">
import Navbar from '@/components/Navbar';
</script>
165 changes: 0 additions & 165 deletions examples/vue-app/src/HomePage.vue

This file was deleted.

Loading

0 comments on commit 51f51d5

Please sign in to comment.