| src/utils/http.js | ●●●●● patch | view | raw | blame | history |
src/utils/http.js
@@ -74,7 +74,7 @@ const token = store.token if (token && !isToken) { config.headers[website.tokenHeader] = cryptoToken config.headers['Blade-Auth'] = cryptoToken ? 'crypto ' + crypto.encryptAES(token, crypto.cryptoKey) : 'bearer ' + token }