mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
Fixes for ESLint
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* exported getAccessToken */
|
||||
|
||||
const REDIRECT_URL = browser.identity.getRedirectURL();
|
||||
const CLIENT_ID = "YOUR-CLIENT-ID";
|
||||
const SCOPES = ["openid", "email", "profile"];
|
||||
|
||||
Reference in New Issue
Block a user