Files
purple-electrumwallet/electrum/plugins/trustedcoin/__init__.py
T

12 lines
427 B
Python
Raw Normal View History

2015-11-23 19:38:48 +01:00
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']
2016-08-19 17:26:57 +02:00
registers_wallet_type = '2fa'
2023-08-30 13:11:33 +00:00
available_for = ['qt', 'cmdline', 'qml']