mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 03:06:40 +00:00
format device approval message
This commit is contained in:
@@ -342,6 +342,17 @@ export type ApprovalItem = {
|
||||
username: string;
|
||||
email: string | null;
|
||||
};
|
||||
deviceName: string | null;
|
||||
fingerprint: {
|
||||
platform: string | null;
|
||||
osVersion: string | null;
|
||||
kernelVersion: string | null;
|
||||
arch: string | null;
|
||||
deviceModel: string | null;
|
||||
serialNumber: string | null;
|
||||
username: string | null;
|
||||
hostname: string | null;
|
||||
} | null;
|
||||
};
|
||||
|
||||
export const approvalQueries = {
|
||||
|
||||
Reference in New Issue
Block a user