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
Copy file name to clipboardExpand all lines: src/app/error/page.tsx
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ export default function ErrorPage() {
62
62
63
63
constgetDescription=()=>{
64
64
if(isBlockedUser){
65
-
return"Your account has been blocked by an administrator. You cannot access the dashboard at this time.";
65
+
return"Your access has been blocked by the NetBird account administrator, possibly due to new user approval requirements or security policies. Please contact your administrator to regain access.";
66
66
}
67
67
if(isPendingApproval){
68
68
return"Your account is pending approval from an administrator. Please wait for approval before accessing the dashboard.";
@@ -83,10 +83,11 @@ export default function ErrorPage() {
0 commit comments