@if (txid) {
}
@if (loading) {
Loading faucet...
} @else if (!user) {
To use the faucet, please
login
or
}
@else if (error === 'not_available') {
To use the faucet, please
}
@else if (error === 'account_limited') {
Your Twitter 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.
}