Explorar o código

Improved message for missing permissions

Lukas Angerer %!s(int64=2) %!d(string=hai) anos
pai
achega
4cb5e4e3d4
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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>