coyotte508 HF Staff commited on
Commit
33c55e3
·
1 Parent(s): 99353b3

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -0
index.js CHANGED
@@ -197,3 +197,5 @@ async function oauthLogin(opts) {
197
  throw new Error("Redirected");
198
  }
199
  }
 
 
 
197
  throw new Error("Redirected");
198
  }
199
  }
200
+
201
+ oauthLogin().then(console.log);