Skip to content

Commit 74d286b

Browse files
committed
replace validators user_exists with search
1 parent 90ef017 commit 74d286b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocfweb/component/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Optional
33

44
from django.http import HttpRequest
5-
from ocflib.account.validators import user_exists
5+
from ocflib.account.search import user_exists
66

77

88
def is_logged_in(request: HttpRequest) -> bool:

0 commit comments

Comments
 (0)