Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 9db842a

Browse files
authored
fix: add missing nonce to the update_user method (#731)
1 parent 9efb7c2 commit 9db842a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supabase_auth/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ class UserAttributes(TypedDict):
233233
phone: NotRequired[str]
234234
password: NotRequired[str]
235235
data: NotRequired[Any]
236+
nonce: NotRequired[str]
236237

237238

238239
class AdminUserAttributes(UserAttributes, TypedDict):

0 commit comments

Comments
 (0)