Skip to content

Commit

Permalink
Merge pull request #66 from VaquitApp/profile
Browse files Browse the repository at this point in the history
Add User Profile
  • Loading branch information
mrti259 authored Jun 17, 2024
2 parents a35ca8f + 0951264 commit 65c0c61
Show file tree
Hide file tree
Showing 24 changed files with 649 additions and 64 deletions.
4 changes: 3 additions & 1 deletion my-app/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# VITE_API_URL="http://127.0.0.1:8000"
VITE_API_URL="http://localhost:8000"
VITE_API_URL="http://localhost:8000"

PUBLIC_GOOGLE_CLIENT_ID="99613318645-jd627o7b5ot8p78dfpeg0duandg766p5.apps.googleusercontent.com"
235 changes: 232 additions & 3 deletions my-app/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 my-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"dependencies": {
"@dicebear/collection": "^8.0.2",
"@dicebear/core": "^8.0.2",
"google-auth-library": "^9.11.0",
"jose": "^5.3.0"
}
}
1 change: 1 addition & 0 deletions my-app/src/app.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ declare global {
// interface Error {}
// interface Locals {}
interface PageData {
user?: string;
userId?: Id;
}
// interface PageState {}
Expand Down
Loading

0 comments on commit 65c0c61

Please sign in to comment.