Added TouchID/FaceID to sign in

This commit is contained in:
Isaac Greene 2022-06-11 22:38:35 -04:00
parent 5c4d4f8059
commit 7d6643112d
12 changed files with 239 additions and 52 deletions

View file

@ -0,0 +1,6 @@
import UIKit
var selectedSystem = "mi"
let multiplier = (selectedSystem == "mi" ? 1.609344 : 0.6213711922)
print(multiplier)