{#if loading}

Loading setup...

{:else if errored}

Oops!

An error occurred during setup. Please restart the application.

{:else} {#if step === 0}

Welcome to FanslySync!

Since this is your first time running FanslySync, we need to connect to your Fansly account.

{:else if step === 1}

Authenticate with Fansly

Enter your Fansly Authentication Token. We use it only locally to fetch data.

{#if validationErrors.fanslyToken}

{validationErrors.fanslyToken}

{/if}
{:else if step === 2}

Processing…

{status}

{:else if step === 3}

Setup Complete!

You’re now connected. Ready to go!

{/if} {/if}