Skip to content

Commit

Permalink
Revert API Key and example user
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Apr 22, 2024
1 parent 6f039b0 commit e53ce96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import UserNotifications
extension MagicBellClient {
/// Application global instance of MagicBellClient
static var shared = MagicBellClient(
apiKey: "d75bb407731e0be07547ad7d2f1c3aae3ebc1ec1",
apiKey: "34ed17a8482e44c765d9e163015a8d586f0b3383",
logLevel: .debug
)
}
Expand Down
2 changes: 1 addition & 1 deletion Example/Example/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
window = UIWindow(windowScene: scene)

// Defining the user to test
let user = MagicBellClient.shared.connectUser(email: "[email protected]")
let user = MagicBellClient.shared.connectUser(email: "[email protected]")

switch style {
case .uiKit:
Expand Down

0 comments on commit e53ce96

Please sign in to comment.