Skip to content

Commit

Permalink
wip: get plan gate working
Browse files Browse the repository at this point in the history
stop users from doing anything in the app until they have signed up for a plan through stripe

for now, ignore errors trying to load this screen and just send users along to the next step
  • Loading branch information
travis committed Oct 31, 2023
1 parent eeb11c6 commit 7449112
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 94 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@ucanto/core": "^9.0.0",
"@ucanto/interface": "^9.0.0",
"@ucanto/transport": "^9.0.0",
"@w3ui/react-keyring": "^6.0.1",
"@w3ui/react-uploader": "^5.0.1",
"@w3ui/react-uploads-list": "^4.0.1",
"@web3-storage/access": "^15.2.1",
"@w3ui/react-keyring": "^6.1.0",
"@w3ui/react-uploader": "^5.1.0",
"@w3ui/react-uploads-list": "^4.1.0",
"@web3-storage/access": "^16.3.0",
"blueimp-md5": "^2.19.0",
"next": "^13.5.4",
"react": "latest",
Expand Down
Loading

0 comments on commit 7449112

Please sign in to comment.