Skip to content

Commit

Permalink
fix(billing): added auth information on currentUser (#14688)
Browse files Browse the repository at this point in the history
ref: MANAGER-14917

Signed-off-by: Jacques Larique <[email protected]>
  • Loading branch information
JacquesLarique authored Dec 20, 2024
1 parent 7b8344f commit cca9e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/manager/modules/new-billing/src/common/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit cca9e52

Please sign in to comment.