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
Should call _req(user_infos) otherwise is not possible to evaluate the requirement if the user data is not provided.
You can test it by calling a nested requirement: AccessLevel("downer", OneOf(AllOf(is_registered, is_owner), is_admin))
The text was updated successfully, but these errors were encountered:
flaat/flaat/requirements.py
Line 115 in a6f40e4
Should call
_req(user_infos)
otherwise is not possible to evaluate the requirement if the user data is not provided.You can test it by calling a nested requirement:
AccessLevel("downer", OneOf(AllOf(is_registered, is_owner), is_admin))
The text was updated successfully, but these errors were encountered: