We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84e871 commit b63b88bCopy full SHA for b63b88b
packages/react-ui/src/app/lib/authentication-session.ts
@@ -52,7 +52,7 @@ export const authenticationSession = {
52
},
53
54
getUserHasAnalyticsPrivileges(): boolean {
55
- return this.getCurrentUser()?.hasAnalyticsPrivileges ?? true;
+ return this.getCurrentUser()?.hasAnalyticsPrivileges ?? false;
56
57
58
getUserOrganizationRole() {
0 commit comments