art-by-city / dapp

Art By City dApp
GNU Affero General Public License v3.0
0 stars 1 forks source link

profile page #23

Closed jim-toth closed 1 year ago

jim-toth commented 1 year ago

to get authed address:

import { useAuthStore } from '~/stores/auth'

const auth = useAuthStore()
const address = auth.address // will be null if not logged in