aibtcdev / aibtcdev-frontend

0 stars 1 forks source link

Simplify login experience #4

Closed whoabuddy closed 2 days ago

whoabuddy commented 3 days ago

Right now the sign-in and sign-up functions are still separate.

We should simplify this so that the user is presented with just a button: "Connect your wallet to access our platform".

Let's keep things mimimalist like aibtc.dev is now.

If the user has not accessed the platform before, it should handle the registration then redirect them to the dashboard.

If the user has accessed the platform before, it should route them to the dashboard.

If the user is still logged in with their wallet, it should show the dashboard.

whoabuddy commented 2 days ago

Fixed in #8