diff --git a/core/server/api/authentication.js b/core/server/api/authentication.js index ef3f4d8ccc..8aeadfe361 100644 --- a/core/server/api/authentication.js +++ b/core/server/api/authentication.js @@ -157,7 +157,7 @@ authentication = { return { access_token: localAccessToken, refresh_token: localRefreshToken, - expires_in: accessExpires + expires_in: globalUtils.ONE_HOUR_S }; }); },