Authority adding
This commit is contained in:
		| @@ -46,6 +46,16 @@ | ||||
|             </div> | ||||
|         </nav> | ||||
|     } | ||||
|     @if (UserDataProvider.CurrentRole is Constants.AdminRole) | ||||
|     { | ||||
|         <nav class="flex-column"> | ||||
|             <div class="nav-item px-3"> | ||||
|                 <NavLink class="nav-link" href="authorities/add" Match="NavLinkMatch.All"> | ||||
|                     <span class="bi bi-plus-square-fill-nav-menu" aria-hidden="true"></span> Add authority | ||||
|                 </NavLink> | ||||
|             </div> | ||||
|         </nav> | ||||
|     } | ||||
| </div> | ||||
|  | ||||
| @code { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user