Skip to content

Commit 6d7c911

Browse files
authored
SDK-184 AuthFailure is missing Objc on its properties (#976)
1 parent 666b553 commit 6d7c911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/Core/Utilities/AuthFailure.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import Foundation
10-
@objc public class AuthFailure: NSObject {
10+
@objcMembers public class AuthFailure: NSObject {
1111

1212
/// userId or email of the signed-in user
1313
public let userKey: String?

0 commit comments

Comments
 (0)