fix: update user creation to use 'name' instead of 'full_name'
This commit is contained in:
@@ -5,7 +5,7 @@ from datetime import datetime, timedelta, timezone
|
||||
from typing import Any, Mapping
|
||||
|
||||
import jwt
|
||||
from passlib.context import CryptContext
|
||||
from passlib.context import CryptContext # type: ignore
|
||||
|
||||
from app.core.config import settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user