Skip to content

Commit

Permalink
Merge pull request #47 from shankari/only_support_token_auth
Browse files Browse the repository at this point in the history
🐛 Remove call to obsolete function
  • Loading branch information
shankari authored Mar 17, 2023
2 parents 27fbf6a + 3db696e commit 964b577
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-em-opcodeauth",
"version": "1.7.0",
"version": "1.7.1",
"description": "Wrapper for the single authentication method (token based auth)",
"license": "BSD-3-Clause",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="cordova-plugin-em-opcodeauth"
version="1.7.0">
version="1.7.1">

<name>OPCodeAuth</name>
<description>Get the authentication token (aka opcode) associaed with a user.</description>
Expand Down
1 change: 0 additions & 1 deletion src/ios/BEMOPCode.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ - (void)pluginInitialize
}
}];
}
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationLaunchedWithUrl:) name:CDVPluginHandleOpenURLNotification object:nil];
}

- (void)getOPCode:(CDVInvokedUrlCommand*)command
Expand Down

0 comments on commit 964b577

Please sign in to comment.