diff --git a/.env.development b/.env.development index b54247c6..35e06cf9 100644 --- a/.env.development +++ b/.env.development @@ -16,6 +16,6 @@ NODE_VERSION=v18.17.1 #VITE_WS_TENDERMINT_FALLBACK=https://cardchain2.crowdcontrol.network/tendermint/ #VITE_APP_FAUCET_FALLBACK=https://cardchain2.crowdcontrol.network/faucet/claimTokens -VITE_API_COSMOS="http://lxgr.xyz:1317" -VITE_WS_TENDERMINT="http://lxgr.xyz:26657" -VITE_APP_FAUCET="http://lxgr.xyz:4500/claimTokens" +#VITE_API_COSMOS="http://lxgr.xyz:1317" +#VITE_WS_TENDERMINT="http://lxgr.xyz:26657" +#VITE_APP_FAUCET="http://lxgr.xyz:4500/claimTokens" diff --git a/src/components/elements/Login/LoginComponent.vue b/src/components/elements/Login/LoginComponent.vue new file mode 100644 index 00000000..749814a2 --- /dev/null +++ b/src/components/elements/Login/LoginComponent.vue @@ -0,0 +1,37 @@ + + + diff --git a/src/components/elements/Login/SignupComponent.vue b/src/components/elements/Login/SignupComponent.vue new file mode 100644 index 00000000..ee709c54 --- /dev/null +++ b/src/components/elements/Login/SignupComponent.vue @@ -0,0 +1,50 @@ + +