فهرست منبع

trying to fixe axios request auth_basic

Bachir Soussi Chiadmi 5 سال پیش
والد
کامیت
74a821104f
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 0
      web/themes/custom/materiotheme/assets/dist/main.js
  2. 1 1
      web/themes/custom/materiotheme/vuejs/api/rest-axios.js

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


+ 1 - 1
web/themes/custom/materiotheme/vuejs/api/rest-axios.js

@@ -8,7 +8,7 @@ export const REST = axios.create({
   baseURL: window.location.origin,
   withCredentials: true,
   headers: {
-    Authorization: 'Bearer {token}',
+    // Authorization: 'Bearer {token}',
     "Content-Type": "application/json"
   }
 })

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است