We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ef017 commit 74d286bCopy full SHA for 74d286b
1 file changed
ocfweb/component/session.py
@@ -2,7 +2,7 @@
2
from typing import Optional
3
4
from django.http import HttpRequest
5
-from ocflib.account.validators import user_exists
+from ocflib.account.search import user_exists
6
7
8
def is_logged_in(request: HttpRequest) -> bool:
0 commit comments