Link fixes
This commit is contained in:
parent
c5208b0600
commit
dc335b550a
@ -47,7 +47,7 @@
|
||||
</svg>
|
||||
RanchiMall
|
||||
</h1>
|
||||
<a href="/chainkyc/manage.html" class="button button--colored margin-left-auto">For officials</a>
|
||||
<a href="/kyc/manage.html" class="button button--colored margin-left-auto">For officials</a>
|
||||
<theme-toggle></theme-toggle>
|
||||
</header>
|
||||
<section id="verification_section" class="grid gap-1-5">
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
</div>
|
||||
<article>
|
||||
<header class="flex space-between">
|
||||
<a href="/chainkyc">
|
||||
<a href="/kyc">
|
||||
<h1 class="flex align-items-center" style="font-size: 1rem;">
|
||||
<svg class="icon" style="margin-right:0.3rem" viewBox="0 0 96 108" xml:space="preserve">
|
||||
<path d="M90.2,102.5c-2.4-8.2-9.9-14.5-27.4-23.1c-7.1-3.5-11.8-6.2-14-8.3c-1.7-1.6-3.5-4-4.2-5.5c-0.7-1.7-0.7-5.5,0-7.5
|
||||
|
||||
@ -219,7 +219,6 @@ function getApprovedKycs() {
|
||||
});
|
||||
break;
|
||||
case 'REVOKE_KYC':
|
||||
console.log(operationData)
|
||||
operationData.split(',').forEach(address => {
|
||||
if (!floGlobals.approvedKyc[address]) return
|
||||
floGlobals.approvedKyc[address].validTo = time * 1000;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user