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({}),
|
||||
})
|
||||
|
||||
console.log(res)
|
||||
|
||||
if (res.status === 401 && allowRetry) {
|
||||
try {
|
||||
await refreshAccessToken()
|
||||
|
||||
Reference in New Issue
Block a user