diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-06 23:21:43 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-06 23:21:43 +0200 |
commit | 31d5a5ee8b10f232cdadf2f126ca840e25a43cd1 (patch) | |
tree | 44c4f9a521aa3214030954f3475ccd36158f0204 /package.json | |
parent | Misc: Add GH pages deploy (diff) | |
download | fs-tracer-frontend-31d5a5ee8b10f232cdadf2f126ca840e25a43cd1.tar.gz fs-tracer-frontend-31d5a5ee8b10f232cdadf2f126ca840e25a43cd1.tar.bz2 fs-tracer-frontend-31d5a5ee8b10f232cdadf2f126ca840e25a43cd1.zip |
Login: Use prebuilt google oauth component
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 5d51815..8035e1c 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "preview": "vite preview" }, "dependencies": { + "@react-oauth/google": "^0.12.1", "@supabase/supabase-js": "^2.43.4", "react": "^18.2.0", "react-dom": "^18.2.0", |