Former-commit-id: eb92f04dc489d6567bb9cc3f6f70d4c19d2fa389
@@ -51,7 +51,7 @@ this.GDrive = this.GDrive || (() => {
this.getAuthURL(options);
return options.code ? authFromCode(this, options) : initAuth(this, options);
}
- }
+ }
managedToken() {
return Boolean(browser.identity.getAuthToken);