Przeglądaj źródła

removed obsolete test

Former-commit-id: adc83519a432822660b7b55474d3c676ed601611
Gildas 6 lat temu
rodzic
commit
431b5baf7c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      extension/lib/gdrive/gdrive.js

+ 1 - 1
extension/lib/gdrive/gdrive.js

@@ -74,7 +74,7 @@ this.GDrive = this.GDrive || (() => {
 			}
 			}
 		}
 		}
 		async refreshAuthToken() {
 		async refreshAuthToken() {
-			if (this.clientId && this.refreshToken) {
+			if (this.refreshToken) {
 				const httpResponse = await fetch(TOKEN_URL, {
 				const httpResponse = await fetch(TOKEN_URL, {
 					method: "POST",
 					method: "POST",
 					headers: { "Content-Type": "application/x-www-form-urlencoded" },
 					headers: { "Content-Type": "application/x-www-form-urlencoded" },