refactor(auth): streamline logout process by clearing query data

This commit is contained in:
Amruth Pillai
2025-10-01 11:25:04 +02:00
parent 687161df98
commit e19b55ff65
2 changed files with 4 additions and 7 deletions

View File

@ -1,9 +1,9 @@
{
"css.validate": false,
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.localesPaths": ["apps/client/src/locales"],
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
],
"i18n-ally.localesPaths": ["apps/client/src/locales"]
"typescript.tsdk": "node_modules/typescript/lib"
}