Refactor authWithMetamask to enhance modularity and introduce logout functionality

This commit is contained in:
Samuel Andert
2023-07-24 11:51:39 +02:00
parent 8aff269743
commit cf1a83006e
4 changed files with 205 additions and 3 deletions

View File

@ -4,7 +4,7 @@
let componentsData = {
layout: `
grid-template-areas:
"app",
"login",
"main"
"footer";
grid-template-rows: 150px 1fr auto;
@ -12,9 +12,9 @@
children: [
{
id: 1,
componentName: 'GoogleAuth',
componentName: 'Login',
props: {},
slot: 'app'
slot: 'login'
},
{
id: 2,