fix: Remove unused code

This commit is contained in:
J-Jamet
2025-10-07 13:56:42 +02:00
parent 05336e93a0
commit e085d5d277

View File

@@ -149,6 +149,4 @@ object PasskeyEntryFields {
fun Field.isRelyingParty(): Boolean {
return name == FIELD_RELYING_PARTY
}
class AlreadyExistPasskey(): SecurityException("Entry already contains a passkey")
}