secret isn't optional anymore
This commit is contained in:
parent
237cfb9252
commit
47d8d5f7bc
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class HSBCBackend(BaseBackend, ICapBank):
|
|||
DESCRIPTION = 'HSBC France'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False),
|
||||
ValueBackendPassword('password', label='Mot de passe'),
|
||||
Value( 'secret', label=u'Réponse secrète (optionnel)', default=''))
|
||||
Value( 'secret', label=u'Réponse secrète'))
|
||||
BROWSER = HSBC
|
||||
|
||||
def create_default_browser(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue