Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pashaie/pashautils
Browse files Browse the repository at this point in the history
  • Loading branch information
pashaie committed Jul 23, 2023
2 parents 6747bc2 + c410942 commit d13e8fa
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 0 deletions.
255 changes: 255 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"@pashword/pashword-lib": "^0.1.11",
"@supabase/supabase-js": "^2.7.1",
"antd": "^5.1.4",
"generate-password-browser": "^1.1.0",
"hardpass": "^0.1.4",
Expand Down
5 changes: 5 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ const App: React.FC = () => {
icon: <StarOutlined />,
label: "JWT",
},
{
key: "tiny",
icon: <StarOutlined />,
label: "Tiny Utl",
},
]}
/>
</Sider>
Expand Down
Loading

0 comments on commit d13e8fa

Please sign in to comment.