this is pretty similar to the updatePassword method. we just send the standard auth info (access token, user ID, device ID). since it's available in the comm secure store now, so we can probably refactor the JSI function in the future to not take any params. for now, though, i'm just following the pattern in updatePassword.
Details
Details
registered a new user and then called deleteUser from js and verified that the user's data was removed from my local ddb tables
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
native/native_rust_library/src/lib.rs | ||
---|---|---|
593 ↗ | (On Diff #32268) | Could you remind me - is this hardcoded address going to be replaced once we have the getCommConfig stuff implemented? |