cleanup
This commit is contained in:
parent
ee4f3793a1
commit
9f9f8edc01
3 changed files with 9 additions and 24 deletions
|
|
@ -42,8 +42,9 @@ class BoursoramaBackend(BaseBackend, ICapBank):
|
|||
DESCRIPTION = u'Boursorama French bank website'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
ValueBackendPassword('password', label='Password'),
|
||||
ValueBool('enable_twofactors', label='Send validation sms', default=False),
|
||||
Value('device', label='Device name', regexp='\w*'),)
|
||||
ValueBool('enable_twofactors', label='Send validation sms', default=False),
|
||||
Value('device', label='Device name', regexp='\w*', default=''),
|
||||
)
|
||||
BROWSER = Boursorama
|
||||
|
||||
def create_default_browser(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue