Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed Dec 2, 2024
1 parent 82f0e31 commit 05ded01
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
},
"dependencies": {
"airtable": "^0.12.2",
"js-sha256": "^0.10.1",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.25.6",
"dompurify": "^3.2.0",
"js-sha256": "^0.11.0",
"marked": "^15.0.1",
"pinia": "^2.2.8",
"vue": "^3.5.12",
Expand Down
6 changes: 6 additions & 0 deletions src/models/Account.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default interface Account {
id?: string | undefined
email: string
password: string
name: string
}

0 comments on commit 05ded01

Please sign in to comment.