Greenruhm / connect

Greenruhm Connect is your white label, custom-branded connection to the music metaverse. It allows you to provide music NFT services inside your app with your branding.
MIT License
1 stars 0 forks source link

Refactor Magic auth example flows to use controller / view component pattern #69

Closed oliver-day closed 1 year ago

oliver-day commented 1 year ago

Description

Currently the Magic Auth example flow components for user sign up and sign in include both controller and view logic in the same file. Refactor these components into separate controller and view components.