mirror of
https://github.com/simple-login/app.git
synced 2024-11-14 08:01:13 +01:00
faeddc365c
* Recovery codes can only be shown after adding a 2FA code and cannot be seen afterwards * Added recovery codes fix * Updated models and script * Formatting * Format * Added base code * Updated wording * Set the config by default Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
34 lines
545 B
Python
34 lines
545 B
Python
from .views import (
|
|
index,
|
|
pricing,
|
|
setting,
|
|
custom_alias,
|
|
subdomain,
|
|
billing,
|
|
alias_log,
|
|
unsubscribe,
|
|
api_key,
|
|
custom_domain,
|
|
alias_contact_manager,
|
|
enter_sudo,
|
|
mfa_setup,
|
|
mfa_cancel,
|
|
fido_setup,
|
|
coupon,
|
|
fido_manage,
|
|
domain_detail,
|
|
lifetime_licence,
|
|
directory,
|
|
mailbox,
|
|
mailbox_detail,
|
|
refused_email,
|
|
referral,
|
|
contact_detail,
|
|
setup_done,
|
|
batch_import,
|
|
alias_transfer,
|
|
app,
|
|
delete_account,
|
|
notification,
|
|
support,
|
|
)
|