mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-30 01:07:56 +00:00
fix: TypeScript errors, shadow deprecations, and build configuration
- Fix shadow style deprecation warnings across components (boxShadow) - Add type declaration files (codec.d.ts, modules.d.ts) - Update metro.config.cjs for proper asset extensions - Update tsconfig.json with module resolution settings - Fix TypeScript errors in shared/lib files - Update app icons (optimized PNG files)
This commit is contained in:
@@ -52,7 +52,7 @@ const AuthScreen: React.FC = () => {
|
||||
setLoading(true);
|
||||
|
||||
try {
|
||||
const { error: signInError } = await signIn(loginEmail, loginPassword, rememberMe);
|
||||
const { error: signInError } = await signIn(loginEmail, loginPassword);
|
||||
|
||||
if (signInError) {
|
||||
if (signInError.message?.includes('Invalid login credentials')) {
|
||||
|
||||
Reference in New Issue
Block a user