Преглед изворни кода

Improved message for missing permissions

Lukas Angerer пре 2 година
родитељ
комит
4cb5e4e3d4
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      src/RunnersMeet.Client/src/app/app.component.html

+ 4 - 1
src/RunnersMeet.Client/src/app/app.component.html

@@ -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>