Your Cards
Here are the cards you have linked to your account:
{#if me}
{#each me.cards as card}
{cardType(card.luid)}
Registered: {moment(card.registerTime).format("YYYY MMM DD")}
Last used: {moment(card.accessTime).format("YYYY MMM DD")}
{formatLUID(card.luid)}
{/each}
{:else if error}
{error}
{:else}
Loading...
{/if}
Link Card
Please enter the following information:
1. The 20-digit access code on the back of your card.
2. Download the NFC Tools app on your phone
(Android /
Apple) and scan your card.
Then, enter the Serial Number.
{#if conflictOld && conflictNew && me}
Data Conflict
The card contains data for {conflictGame}, which is already present on your account.
Please choose the data you would like to keep
Account Card
Name: {conflictOld.name}
Rating: {conflictOld.rating}
Last Login: {moment(conflictOld.lastLogin).format("YYYY MMM DD")}
{formatLUID(me.ghostCard.luid)}
{cardType(conflictCardID)}
Name: {conflictNew.name}
Rating: {conflictNew.rating}
Last Login: {moment(conflictNew.lastLogin).format("YYYY MMM DD")}
{conflictCardID}
{/if}