mirror of
https://github.com/simple-login/app.git
synced 2024-11-02 20:01:01 +01:00
34 lines
533 B
Python
34 lines
533 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,
|
|
recovery_code,
|
|
contact_detail,
|
|
setup_done,
|
|
batch_import,
|
|
alias_transfer,
|
|
app,
|
|
delete_account,
|
|
)
|