Skip to content

Commit b864f8c

Browse files
harsh62sebaland
andauthored
Update Sources/Authenticator/Views/ConfirmSignInWithOTPView.swift
Co-authored-by: Sebastian Villena <[email protected]>
1 parent 4fcb712 commit b864f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Authenticator/Views/ConfirmSignInWithOTPView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public struct ConfirmSignInWithOTPView<Header: View,
1818
/// Creates a `ConfirmSignInWithOTPView`
1919
/// - Parameter state: The ``ConfirmSignInWithCodeState`` that is observed by this view
2020
/// - Parameter headerContent: The content displayed above the fields. Defaults to ``ConfirmSignInWithOTPHeader``
21-
/// - Parameter footerContent: The content displayed bellow the fields. Defaults to ``ConfirmSignInWithMFACodeFooter``
21+
/// - Parameter footerContent: The content displayed bellow the fields. Defaults to ``ConfirmSignInWithOTPFooter``
2222
public init(
2323
state: ConfirmSignInWithCodeState,
2424
@ViewBuilder headerContent: () -> Header = {

0 commit comments

Comments
 (0)