fix: password change bugs
This commit is contained in:
@@ -34,10 +34,6 @@ class IUserRepository(ABC):
|
||||
@abstractmethod
|
||||
async def count_individuals(self, *, query: str) -> int:
|
||||
raise NotImplementedError
|
||||
|
||||
@abstractmethod
|
||||
async def get_password_hash(self, user_id: str) -> str:
|
||||
raise NotImplementedError
|
||||
|
||||
@abstractmethod
|
||||
async def set_password(self, user_id: str, password_hash: str) -> UserEntity:
|
||||
|
||||
Reference in New Issue
Block a user