fix(web): fix TypeScript build errors in AuthContext and translations

This commit is contained in:
tinkle-community
2026-03-08 00:30:34 +08:00
parent bbd72c778c
commit 79a21890d8
4 changed files with 7 additions and 10 deletions

View File

@@ -25,9 +25,6 @@ interface AuthContextType {
email: string,
password: string,
betaCode?: string
) => Promise<{
success: boolean
message?: string
) => Promise<{ success: boolean; message?: string }>
resetPassword: (
email: string,