We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54a44c4 + 2e2806f commit 68300c2Copy full SHA for 68300c2
1 file changed
sample/simplenote.js
@@ -40,8 +40,8 @@ auth.on( 'authorize', function( user ) {
40
} );
41
42
auth.authorize(
43
- process.env.SIMPLENOTE_USERNAME,
44
- process.env.SIMPLENOTE_PASSWORD
+ process.env.SIMPERIUM_USERNAME,
+ process.env.SIMPERIUM_PASSWORD
45
).then( function( user ) {
46
console.log( 'Logged in', user );
47
}, function( error ) {
0 commit comments