Skip to content

Commit d5d4b12

Browse files
authoredMay 26, 2023
Merge pull request #429 from iRaySpace/iRaySpace-patch-1
Update README.md
2 parents 573f2c2 + 3c0d7f9 commit d5d4b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ supabase: Client = create_client(url, key)
103103
# Create a random user login email and password.
104104
random_email: str = "3hf82fijf92@supamail.com"
105105
random_password: str = "fqj13bnf2hiu23h"
106-
user = supabase.auth.sign_up(email=random_email, password=random_password)
106+
user = supabase.auth.sign_up({ "email": random_email, "password": random_password })
107107
```
108108

109109
## Sign-in

0 commit comments

Comments
 (0)
Please sign in to comment.