feat: client test app, add apple login

This commit is contained in:
Abdalhamid Alhamad
2025-01-15 14:37:53 +03:00
parent 8ff9f921e8
commit 663e8972c4
5 changed files with 74 additions and 16 deletions

View File

@ -17,8 +17,8 @@
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},