diff --git a/common/src/commonMain/kotlin/com/artemchep/keyguard/common/service/passkey/entity/CreatePasskeyRequest.kt b/common/src/commonMain/kotlin/com/artemchep/keyguard/common/service/passkey/entity/CreatePasskeyRequest.kt index 56711b6c..6e0bb54a 100644 --- a/common/src/commonMain/kotlin/com/artemchep/keyguard/common/service/passkey/entity/CreatePasskeyRequest.kt +++ b/common/src/commonMain/kotlin/com/artemchep/keyguard/common/service/passkey/entity/CreatePasskeyRequest.kt @@ -136,5 +136,5 @@ data class CreatePasskey( * The time (in milliseconds) that the user has to respond * to a prompt for registration before an error is returned. */ - val timeout: Long? = null, + val timeout: Double? = null, )