Oops
This commit is contained in:
@@ -19,6 +19,7 @@ class AuthController:
|
||||
auth_api = AuthApi(client)
|
||||
|
||||
auth_request = AuthRequestDto(
|
||||
username=StrictStr(received_data["username"]),
|
||||
username=StrictStr(received_data["username"]),
|
||||
key=StrictStr(received_data["key"]),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user