@page "/users"
@implements IDisposable
Browse, add, edit credentials, and delete user accounts.
There are currently no users in the database.
| Username (Primary Key) | Password Hash / Credential | Created At | Actions |
|---|---|---|---|
|
@user.Username
|
••••••••
|
@user.CreatedAt.ToString("g")
|
|
Are you sure you want to delete user @userToDelete.Username?