feat: biometric | etc

This commit is contained in:
rebelonion 2024-05-25 10:08:11 -05:00
parent 7717974b9e
commit ce488ea536
7 changed files with 192 additions and 6 deletions

View file

@ -202,4 +202,6 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
MALCodeChallenge(Pref(Location.Protected, String::class, "")),
MALToken(Pref(Location.Protected, MAL.ResponseToken::class, "")),
AppPassword(Pref(Location.Protected, String::class, "")),
BiometricToken(Pref(Location.Protected, String::class, "")),
OverridePassword(Pref(Location.Protected, Boolean::class, false)),
}