mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 12:49:43 +00:00
feat(fingerprint): add platform fingerprint hash
This commit is contained in:
parent
fcee735578
commit
e9e935d6c4
4 changed files with 12 additions and 6 deletions
|
|
@ -509,7 +509,8 @@ export const fingerprints = sqliteTable("fingerprints", {
|
|||
kernelVersion: text("kernelVersion"),
|
||||
arch: text("arch"),
|
||||
deviceModel: text("deviceModel"),
|
||||
serialNumber: text("serialNumber")
|
||||
serialNumber: text("serialNumber"),
|
||||
platformFingerprint: text("platformFingerprint")
|
||||
});
|
||||
|
||||
export const twoFactorBackupCodes = sqliteTable("twoFactorBackupCodes", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue