Update sample user admin to user authority, add revoke role to auth

This commit is contained in:
Zeni Kim 2024-12-17 14:23:07 -05:00
parent 43f3ad986e
commit d431963181
5 changed files with 175 additions and 3 deletions

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
{{template "page_head" "No permission"}}
<body>
<div class="container">
<div class="row">
You do not have permission to visit this page.
</div>
</div>
{{template "page_footer"}}
</body>
</html>