Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 58a158d

Browse files
committed
Update module 4 doc
1 parent ff1001d commit 58a158d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4. Add auth features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ We're currently using `if` blocks to determine whether to show parts of the UI b
709709
<a asp-page="Speaker" asp-route-id="@speaker.ID">@speaker.Name</a>
710710
</li>
711711
}
712-
<li authz="true">
712+
<li authz-policy="Admin">
713713
<a asp-page="/Admin/EditSession" asp-route-id="@session.ID" class="btn btn-default btn-xs">Edit</a>
714714
</li>
715715
</ul>

0 commit comments

Comments
 (0)