Gildas 6 лет назад
Родитель
Сommit
adc83519a4
1 измененных файлов с 1 добавлено и 1 удалено
  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() {
-			if (this.clientId && this.refreshToken) {
+			if (this.refreshToken) {
 				const httpResponse = await fetch(TOKEN_URL, {
 					method: "POST",
 					headers: { "Content-Type": "application/x-www-form-urlencoded" },