How to get the seed phrase of near sub accounts?

Viewed 661

I am creating a subaccount using command: near create-account 123.xyz.testnet --masterAccount xyz.testnet

But it only generates the public key and private key, how to get the seed phrase of the account so that I can login with near web wallet.

Near web wallet doesn't seem to support sub-accounts, as "." is not allowed.

2 Answers
Related