@if (txid) {
}
@if (loading) {
Loading faucet...
} @else if (!user) {
To use the faucet, please
}
@else if (user && user.status === 'pending' && !user.email && user.snsId) {
Please verify your account by providing a valid email address. To mitigate spam, we delete unverified accounts at regular intervals.
}
@else if (error === 'not_available') {
To use the faucet, please
}
@else if (error === 'account_limited') {
Your account does not allow you to access the faucet
}
@else if (error) {
}
@if (!loading) {
}
@if (status?.address) {
If you no longer need your testnet4 coins, please consider
sending them back to replenish the faucet.
}