This helper function takes the registration response from the server and completes the final step on the client side. It handles the error mapping and checking if the ClientRegistration object is present
Depends on D4799
Differential D4800
[native] helper for pake registration on client side Authored by varun on Aug 10 2022, 11:33 PM.
Details This helper function takes the registration response from the server and completes the final step on the client side. It handles the error mapping and checking if the ClientRegistration object is present Depends on D4799 Tested two diffs later in the stack
Diff Detail
Event TimelineComment Actions This diff adds huge amount of imports and doesn't use most of them. Please make sure that the diff contains only the relevant ones. Comment Actions Yes, I've noticed it, but it isn't a good pattern. We need to make sure that every diff which requires new imports is the one that adds them. This makes it easier to review the code and makes diffs to stand on their own. |