|
|
@@ -18,6 +18,9 @@
|
|
|
<app-home-page></app-home-page>
|
|
|
</div>
|
|
|
<div *ngIf="showPermissionBlock()">
|
|
|
- Your account has not yet been granted the necessary permissions to use this application, please contact your administrator.
|
|
|
+ <p>Your account has not yet been granted the necessary permissions to use this application. Not entirely unexpected unfortunately.
|
|
|
+ With newly created accounts there can be a bit of a delay with the automated role assignment.</p>
|
|
|
+ <p>Try <a href=".">reloading</a> the page or logging out and back in again.</p>
|
|
|
+ <p>If the problem persists, please contact your administrator.</p>
|
|
|
</div>
|
|
|
</app-main-menu>
|