Skip to content

Commit 1b0c657

Browse files
committed
Merge branch 'release/1.2.2' into main
2 parents d63622b + 360d7a5 commit 1b0c657

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/Pam/Pam.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ public class Pam: NSObject {
338338
} else {
339339
formField["_database"] = config?.publicDBAlias ?? ""
340340
}
341+
342+
if let uuid = UIDevice.current.identifierForVendor?.uuidString {
343+
formField["uuid"] = uuid
344+
}
341345

342346
body["form_fields"] = formField
343347

0 commit comments

Comments
 (0)