rename auth_login to auth

This commit is contained in:
Son NK 2020-04-09 20:31:53 +02:00
parent f34ef8781c
commit 4789e439db
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from .views import (
new_custom_alias,
new_random_alias,
user_info,
auth_login,
auth,
auth_mfa,
alias,
)