- { _t( - 'This will be your account name on the ' + - 'homeserver, or you can pick a different server.', - {}, - { - 'span': { this.props.homeserverUrl }, - 'a': (sub) => { sub }, - }, - ) } -
-- { _t( - 'If you already have a Matrix account you can log in instead.', - {}, - { 'a': (sub) => { sub } }, - ) } -
- { auth } - { authErrorIndicator } -- { advice } -
-- { extraAdvice } -
-- { _t('This will allow you to return to your account after signing out, and sign in on other sessions.') } -
-