We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7470324 commit fd874e7Copy full SHA for fd874e7
Sources/WebAuthn/WebAuthnManager.swift
@@ -58,7 +58,7 @@ public struct WebAuthnManager: Sendable {
58
/// - Returns: Registration options ready for the browser.
59
public func beginRegistration(
60
user: PublicKeyCredentialUserEntity,
61
- timeout: Duration? = .seconds(60*5),
+ timeout: Duration? = .seconds(5*60),
62
attestation: AttestationConveyancePreference = .none,
63
publicKeyCredentialParameters: [PublicKeyCredentialParameters] = .supported
64
) -> PublicKeyCredentialCreationOptions {
0 commit comments