Toast on error generating token (#88)

This commit is contained in:
Neil Dwyer
2024-08-15 11:30:03 -07:00
committed by GitHub
parent 4622657c65
commit 3856f0cacc
4 changed files with 45 additions and 12 deletions

View File

@@ -20,7 +20,8 @@
"next": "^14.0.4",
"qrcode.react": "^3.1.0",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",