We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 573f2c2 + 3c0d7f9 commit d5d4b12Copy full SHA for d5d4b12
README.md
@@ -103,7 +103,7 @@ supabase: Client = create_client(url, key)
103
# Create a random user login email and password.
104
random_email: str = "3hf82fijf92@supamail.com"
105
random_password: str = "fqj13bnf2hiu23h"
106
-user = supabase.auth.sign_up(email=random_email, password=random_password)
+user = supabase.auth.sign_up({ "email": random_email, "password": random_password })
107
```
108
109
## Sign-in
0 commit comments