Active sessions

Every device signed in to your account. If you see one you don't recognise — especially one marked as having moved — sign it out and change your password.

{#if loadError}

Couldn't load your sessions.

{:else if sessions === null}

Loading…

{:else if sessions.length === 0}

No active sessions.

{:else} {#if others > 0} {#if confirmingLogoutOthers}
Sign out {others === 1 ? '1 other device' : `${others} other devices`}? You'll stay signed in here.
{:else} {/if} {/if} {/if}