diff --git a/.envrc b/.envrc deleted file mode 100644 index 3550a30..0000000 --- a/.envrc +++ /dev/null @@ -1 +0,0 @@ -use flake diff --git a/.gitignore b/.gitignore index c0e6a9b..87d0fc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ node_modules releases -.fallow -.direnv +.fallow/ diff --git a/apps/web/src/components/modals/basic.tsx b/apps/web/src/components/modals/basic.tsx index eb9a27b..2d5a3d8 100644 --- a/apps/web/src/components/modals/basic.tsx +++ b/apps/web/src/components/modals/basic.tsx @@ -34,7 +34,7 @@ export function Basic({
- Iota ID: {user.IotaId}
+ Iota ID: {user.iota_id}
- User ID: {user.UserId}
+ User ID: {user.user_id}
- Public Key: {user.PublicKey}
+ Public Key: {user.public_key}