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
<ErrorDisplaymessage="The Page you are trying to open requires special permissions. You are not authorized to view it. If you think this is a mistake please contact us."/>
14
-
);
21
+
if(!hasRole(session,props.requiredRole)){
22
+
return(
23
+
<ErrorDisplaymessage="The Page you are trying to open requires special permissions. You are not authorized to view it. If you think this is a mistake please contact us."/>
<ErrorDisplaymessage="The Page you are trying to open requires special permissions. You are not authorized to view it. If you think this is a mistake please contact us."/>
61
+
);
62
+
}
63
+
64
+
returnprops.children;
15
65
}
16
66
17
-
returnchildren;
67
+
return(
68
+
<ErrorDisplay
69
+
message="There was an error computing your permissions to access this page. Please reload the page and message us."
0 commit comments