Skip to content

Commit

Permalink
Added PIN feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilshakohi committed Aug 30, 2023
1 parent 236dfbe commit 372fa93
Show file tree
Hide file tree
Showing 5 changed files with 10,711 additions and 5,414 deletions.
14 changes: 7 additions & 7 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ logo192.png,499162500000,3ee59515172ee198f3be375979df15ac5345183e656720a381b8872
logo512.png,499162500000,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331
manifest.json,499162500000,aff3449bdc238776f5d6d967f19ec491b36aed5fb7f23ccff6500736fd58494a
robots.txt,499162500000,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49
asset-manifest.json,1657988379166,a605e6e531c6f2dc78ec38affeaecc07a48aeffc6f404154676e3a012aec8db8
static/css/main.764fa95a.css,1657988379186,c41abdc4ecad5b94824a47628f2f8503eee821459a1b7e7e17cb6a7cd7cd4800
index.html,1657988379166,6aabd2fccea5c0ed7e0e2afe48d4ebf54b0af883c7bb10b068d5faafc931f334
static/css/main.764fa95a.css.map,1657988379187,02341d56426d56f5a018a15937a6c474828bf66ff1bf7b95337908a2c3a20bda
static/js/main.c082ef26.js.LICENSE.txt,1657988379186,19d1831a8bd9ade0a950fa7232994b63b78fe65d133fea1b6cb391e8febbff3e
static/js/main.c082ef26.js,1657988379186,6c467fb8471c0e74c624c3afa8cc1e2f41ce07375fb702e8933e8d5e5a3d32c3
static/js/main.c082ef26.js.map,1657988379188,f70f2fa2d96ea88b98b215f36f6c2b064b4936d339a3c8a5675e8e606ca8d2d0
asset-manifest.json,1693403890620,f93adec1ee07e094cbf92d6f96c54532a89f49bd4bf0bc1e794cbb7bbed916d7
index.html,1693403890620,ffeccca2f7d98cb222af994949229c1ae2f741e6afc612498273661863f49a1e
static/css/main.764fa95a.css,1693403890651,c41abdc4ecad5b94824a47628f2f8503eee821459a1b7e7e17cb6a7cd7cd4800
static/js/main.0525ee3a.js.LICENSE.txt,1693403890651,19d1831a8bd9ade0a950fa7232994b63b78fe65d133fea1b6cb391e8febbff3e
static/css/main.764fa95a.css.map,1693403890651,02341d56426d56f5a018a15937a6c474828bf66ff1bf7b95337908a2c3a20bda
static/js/main.0525ee3a.js,1693403890651,f30dc0efc2e7a49977957b6e328761064c77719c4e487021d762de08f71b86fb
static/js/main.0525ee3a.js.map,1693403890651,2fb87f8686aa6dad885bb4213d576c756fef057d589bc6e33d5bfab487625663
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
.env.development.local
.env.test.local
.env.production.local
.env

npm-debug.log*
yarn-debug.log*
yarn-error.log*

/backups
.firebase/hosting.YnVpbGQ.cache
Loading

0 comments on commit 372fa93

Please sign in to comment.