rename auth.auth to auth.process
This fixes some ambiguity around imports.
This commit is contained in:
parent
dccb553834
commit
31b77cf232
15 changed files with 15 additions and 15 deletions
|
@ -9,7 +9,7 @@ from peewee import IntegrityError
|
|||
import features
|
||||
|
||||
from app import app, analytics, get_app_url, github_login, google_login, dex_login
|
||||
from auth.auth import require_session_login
|
||||
from auth.process import require_session_login
|
||||
from data import model
|
||||
from endpoints.common import common_login, route_show_if
|
||||
from endpoints.web import render_page_template_with_routedata
|
||||
|
|
Reference in a new issue