diff options
Diffstat (limited to 'StoneIsland/www/js')
| -rw-r--r-- | StoneIsland/www/js/sdk/auth.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/sdk/auth.js b/StoneIsland/www/js/sdk/auth.js index 29bc78f2..71e9e2d0 100644 --- a/StoneIsland/www/js/sdk/auth.js +++ b/StoneIsland/www/js/sdk/auth.js @@ -16,7 +16,7 @@ var auth = (function(){ auth.access_token = "" auth.user_id = -1 - auth.name = name + auth.name = "" // ios: integrate keychain api // android: cordova.file.externalRootDirectory api @@ -32,4 +32,4 @@ var auth = (function(){ } return auth -})()
\ No newline at end of file +})() |
