Change all email/password pair examples to use token.
This commit is contained in:
@ -505,7 +505,7 @@ class Client:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
await client.login('email', 'password')
|
||||
await client.login('token')
|
||||
|
||||
# or
|
||||
|
||||
|
Reference in New Issue
Block a user