feat: create kyc page with api

This commit is contained in:
2026-05-12 18:53:15 +03:00
parent 236edbe437
commit 50c4534017

View File

@@ -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()