mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
correct a misspelled word "wist" -> "wish (#1195)
This commit is contained in:
@@ -37,7 +37,7 @@ async def get_user_manager(user_db=Depends(get_user_db)):
|
|||||||
|
|
||||||
## Full customization
|
## Full customization
|
||||||
|
|
||||||
If you don't wist to use Passlib at all – **which we don't recommend unless you're absolutely sure of what you're doing** — you can implement your own `PasswordHelper` class as long as it implements the `PasswordHelperProtocol` and its methods.
|
If you don't wish to use Passlib at all – **which we don't recommend unless you're absolutely sure of what you're doing** — you can implement your own `PasswordHelper` class as long as it implements the `PasswordHelperProtocol` and its methods.
|
||||||
|
|
||||||
```py
|
```py
|
||||||
from typing import Tuple
|
from typing import Tuple
|
||||||
|
|||||||
Reference in New Issue
Block a user