What is the proper way to handle error for authClient?
I can see that the response is
Is it enough or do I need to wrap with
{ data, error } object, e.g.Is it enough or do I need to wrap with
try.. catch.. block?
