Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 05dfbec

Browse files
committed
Adds MA_EXTENSION_ONLY_MSG prop to Magic
1 parent 2736b2a commit 05dfbec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/MagicSDK/Core/Magic.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ import WebKit
1111

1212
/// An instance of the Magic SDK
1313
public class Magic: NSObject {
14-
14+
// MARK: - Log Message Warning
15+
public let MA_EXTENSION_ONLY_MSG = "This extension only works with Magic Auth API Keys"
16+
1517
// MARK: - Modules
1618
public let user: UserModule
1719
public let auth: AuthModule

0 commit comments

Comments
 (0)