ITEnthusiasm
01/08/2024, 8:11 PMEmailPassword
methods now return objects with `status`es that shouldn't necessarily be present. For instance, EmailPassword.resetPasswordUsingToken
can return { status: "EMAIL_ALREADY_EXISTS_ERROR" }
according to TypeScript. Is that intended?rp_st
01/09/2024, 4:18 AMrp_st
01/09/2024, 5:30 AMITEnthusiasm
01/09/2024, 3:47 PMrp_st
01/09/2024, 3:48 PMrp_st
01/09/2024, 3:48 PMrp_st
01/09/2024, 3:48 PMITEnthusiasm
01/09/2024, 3:56 PM