mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
11 lines
162 B
Python
11 lines
162 B
Python
from .views import (
|
|
login,
|
|
logout,
|
|
register,
|
|
activate,
|
|
resend_activation,
|
|
reset_password,
|
|
forgot_password,
|
|
github,
|
|
google,
|
|
)
|