import { component$ } from '@builder.io/qwik' export default component$(() => { return (

Account Migration

{/*
Your account is not currently being redirected to any other account.

Move to a different account

Before proceeding, please read these notes carefully:

Alternatively, you can only put up a redirect on your profile.

Specify the username@domain of the account you want to move to
For security purposes please enter the password of the current account
*/}

Moving from a different account

To move from another account to this one, first you need to{' '} create an account alias.

) })