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
newScopeNotAuthorizedError($"User scopes: '{string.Join(",",userScopes)}' do not have all allowed route scopes: '{string.Join(",",routeAllowedScopes)}'"));
50
+
newScopeNotAuthorizedError($"User scopes: '{string.Join(',',userScopes)}' do not have all allowed route scopes: '{string.Join(',',routeAllowedScopes)}'"));
0 commit comments