You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
409 B
11 lines
409 B
from electrum.i18n import _ |
|
|
|
fullname = _('Two Factor Authentication') |
|
description = ''.join([ |
|
_("This plugin adds two-factor authentication to your wallet."), '<br/>', |
|
_("For more information, visit"), |
|
" <a href=\"https://api.trustedcoin.com/#/electrum-help\">https://api.trustedcoin.com/#/electrum-help</a>" |
|
]) |
|
requires_wallet_type = ['2fa'] |
|
registers_wallet_type = '2fa' |
|
available_for = ['qt']
|
|
|