After registering your account, you need to verify it using the verification code sent to your email address. The verify command handles this process.
bash
morphr verifyWhen you run this command, the CLI will:
- Use the User ID stored during registration
- Prompt you for the verification code from your email
- Verify your account with Morphr Cloud
text
$ morphr verify
๐ Enter the verification code that you have received by email: 123456
๐ Verifying your account...
โ
Your account is now active!
๐ To connect Figma to your account use "morphr figma-connect."- The verification code is a 6-character code sent to your email
- Your User ID is automatically retrieved from the local configuration
- Upon successful verification, your access and refresh tokens are saved locally
- If you don't receive the verification email, check your spam folder
You can provide the verification code directly as a command option:
bash
morphr verify --code=123456Or using the short form:
bash
morphr verify -c 123456After verifying your account, you're ready to connect your Figma account and start using Morphr's features.