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
There are still components that use the check method of the AuthorizationManager class. It is necessary to replace these calls with authorize. For example, the ObservationAuthorizationManager class.
This may prevent the deprecated check method from being removed.
The text was updated successfully, but these errors were encountered:
There are still components that use the
check
method of theAuthorizationManager
class. It is necessary to replace these calls withauthorize
. For example, theObservationAuthorizationManager
class.This may prevent the deprecated
check
method from being removed.The text was updated successfully, but these errors were encountered: