Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Adds MA_EXTENSION_ONLY_MSG prop to Magic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariflo committed Mar 1, 2023
1 parent 2736b2a commit 05dfbec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/MagicSDK/Core/Magic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import WebKit

/// An instance of the Magic SDK
public class Magic: NSObject {

// MARK: - Log Message Warning
public let MA_EXTENSION_ONLY_MSG = "This extension only works with Magic Auth API Keys"

// MARK: - Modules
public let user: UserModule
public let auth: AuthModule
Expand Down

0 comments on commit 05dfbec

Please sign in to comment.