nativescript-oauth2
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "nativescript-oauth2", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "OAuth 2 generic authorization plugin for NativeScript that doesn't install third party native libraries", | ||
@@ -5,0 +5,0 @@ "main": "oauth", |
@@ -67,3 +67,3 @@ "use strict"; | ||
else { | ||
var msg_1 = (response ? response.statusCode : '') + " ERRROR Occurred"; | ||
var msg_1 = (response ? response.statusCode : '') + " ERROR Occurred"; | ||
console.error(msg_1); | ||
@@ -70,0 +70,0 @@ completion(null, responseError ? responseError : new Error(msg_1)); |
82680