You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and setting a banDuration, the returned object has the correct value for banned_until but the value is not persisted in the auth.users table, which remains null.
To Reproduce
Simply try it.
Expected behavior
The banned_until field is populated with the correct timestamp.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
When creating a user via:
and setting a banDuration, the returned object has the correct value for banned_until but the value is not persisted in the auth.users table, which remains null.
To Reproduce
Simply try it.
Expected behavior
The banned_until field is populated with the correct timestamp.
The text was updated successfully, but these errors were encountered: