diff --git a/packages/manager/modules/new-billing/src/common/User.js b/packages/manager/modules/new-billing/src/common/User.js index 4a90b3981f44..0f7a9d6ce15d 100644 --- a/packages/manager/modules/new-billing/src/common/User.js +++ b/packages/manager/modules/new-billing/src/common/User.js @@ -30,6 +30,7 @@ export default /* @ngInject */ function BillingUserService( result.billingCountry === 'FR' && result.legalform === 'individual', hasAutorenew2016: () => AUTORENEW_2016_SUBSIDIARIES.includes(result.ovhSubsidiary), + auth: result.auth, })); this.getMe = () => $q.when(coreConfig.getUser());