Skip to content

Commit 5d75816

Browse files
fix: make secret internal but not private
1 parent 36b1c77 commit 5d75816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Auth/MultiFactor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public struct EnrollmentSession {
5757
public let expiresAt: Date
5858

5959
// Internal handle to finish TOTP
60-
fileprivate let _totpSecret: AnyObject?
60+
internal let _totpSecret: AnyObject?
6161

6262
public enum EnrollmentStatus {
6363
case initiated

0 commit comments

Comments
 (0)