mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-22 22:18:55 +00:00
💄 show approval state in the user device uI
This commit is contained in:
@@ -35,6 +35,7 @@ export type ClientRow = {
|
||||
userEmail: string | null;
|
||||
niceId: string;
|
||||
agent: string | null;
|
||||
approvalState: "approved" | "pending" | "denied";
|
||||
};
|
||||
|
||||
type ClientTableProps = {
|
||||
|
||||
Reference in New Issue
Block a user