ソースを参照

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>