mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
refresh license fake
This commit is contained in:
@@ -40,6 +40,12 @@ function getLicenseHttpHeaders() {
|
|||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async function tryToGetRefreshedLicense(oldLicenseKey) {
|
||||||
|
return {
|
||||||
|
status: 'error',
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
isAuthProxySupported,
|
isAuthProxySupported,
|
||||||
authProxyGetRedirectUrl,
|
authProxyGetRedirectUrl,
|
||||||
@@ -52,4 +58,5 @@ module.exports = {
|
|||||||
callCompleteOnCursorApi,
|
callCompleteOnCursorApi,
|
||||||
callRefactorSqlQueryApi,
|
callRefactorSqlQueryApi,
|
||||||
getLicenseHttpHeaders,
|
getLicenseHttpHeaders,
|
||||||
|
tryToGetRefreshedLicense,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user