fix: temporarily disable passkeys functionality due to upstream issues (#2700)

* fix: temporarily disable passkeys functionality due to upstream issues

* remove sourcemaps from git
This commit is contained in:
Amruth Pillai
2026-02-09 14:52:39 +01:00
committed by GitHub
parent 15327d74d8
commit 6242c8c182
14 changed files with 174 additions and 592 deletions
+4 -2
View File
@@ -15,14 +15,16 @@
},
"files.watcherExclude": {
"**/routeTree.gen.ts": true,
"pnpm-lock.yaml": true
"pnpm-lock.yaml": true,
"locales/**.po": true
},
"i18n-ally.enabledParsers": ["po"],
"i18n-ally.localesPaths": ["locales"],
"i18n-ally.sourceLanguage": "en-US",
"search.exclude": {
"**/routeTree.gen.ts": true,
"pnpm-lock.yaml": true
"pnpm-lock.yaml": true,
"locales/**.po": true
},
"tailwindCSS.classFunctions": ["cn", "cva"],
"tailwindCSS.experimental.classRegex": [