Merge pull request #43 from dikstub-rssa/feat/user

Feat/user
This commit is contained in:
Munawwirul Jamal
2025-09-11 11:02:57 +07:00
committed by GitHub
18 changed files with 907 additions and 34 deletions

No files matched your search

@@ -35,7 +35,7 @@ const canCreate = hasCreateAccess(roleAccess)
<template>
<div v-if="canCreate">
<ContentUserEntry />
<ContentEmployeeEntry />
</div>
<Error v-else :status-code="403" />
</template>