Closed ivorscott closed 2 years ago
Reassigning this task to me @OdiousPerson. I need to get it done today. I hope you weren't far along in development.
Rendered the tenants in the admin application and supported resending a temporary password for when it expires.
Problem
The admin app needs to be able to render all tenants in the web page to manage the accounts.
https://dynobase.dev/dynamodb-golang-query-examples/#get-all-items
Setup
cmd/admin/static/templates/tenants.page.gohtml
andinternal/admin
contains the code.