Add two factor authentication for boursorama module
This commit is contained in:
parent
67a6310519
commit
ee4f3793a1
4 changed files with 196 additions and 9 deletions
|
|
@ -23,6 +23,7 @@ from .account_history import AccountHistory
|
|||
from .accounts_list import AccountsList
|
||||
from .login import LoginPage, UpdateInfoPage
|
||||
|
||||
from .two_authentication import AuthenticationPage
|
||||
|
||||
class AccountPrelevement(AccountsList):
|
||||
pass
|
||||
|
|
@ -31,4 +32,5 @@ __all__ = ['LoginPage',
|
|||
'AccountsList',
|
||||
'AccountHistory',
|
||||
'UpdateInfoPage',
|
||||
'AuthenticationPage',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue