feat: dynamically load enabled auth providers (#3646)

This commit is contained in:
Akash K
2023-12-13 23:38:21 +05:30
committed by GitHub
parent 47e009267b
commit 5209c0a8ca
14 changed files with 159 additions and 103 deletions

View File

@@ -37,7 +37,8 @@
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vue": "^3.3.8",
"workbox-window": "^7.0.0"
"workbox-window": "^7.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.0",