useTuitioClient fix
parent
e5685daa52
commit
c8f7d86262
|
@ -27,9 +27,7 @@ const useTuitioClient = (options: TuitioClientHookOptions) => {
|
||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (onLoginError) {
|
onLoginError && onLoginError(error);
|
||||||
onLoginError(error);
|
|
||||||
}
|
|
||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue