feat: create kyc page with api
This commit is contained in:
@@ -31,6 +31,8 @@ async function doKycRequest(allowRetry: boolean): Promise<KycResponse> {
|
|||||||
body: JSON.stringify({}),
|
body: JSON.stringify({}),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log(res)
|
||||||
|
|
||||||
if (res.status === 401 && allowRetry) {
|
if (res.status === 401 && allowRetry) {
|
||||||
try {
|
try {
|
||||||
await refreshAccessToken()
|
await refreshAccessToken()
|
||||||
|
|||||||
Reference in New Issue
Block a user