Skip to content

Commit

Permalink
added row for "Store Manager" (person who can set the fraud check limit)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwheeler committed Jun 20, 2024
1 parent 1678e31 commit 65b7643
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/usertype/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<td><a href="/shipments">Courier</a></td>
<td>Someone who delivers products to the customer</td>
</tr>
<tr>
<td><a href="/admin">Store Manager</a></td>
<td>Someone who performs administrative functions</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 65b7643

Please sign in to comment.