Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 727000c

Browse files
committed
Members page: initiate app config.
1 parent 86658c2 commit 727000c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/front/src/app/app.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ angular.module('topcoderX', [
142142
templateUrl: 'app/members/member.html',
143143
controller: 'MemberController',
144144
controllerAs: 'vm',
145+
resolve: {
146+
authService: ['AuthService', function (AuthService) {
147+
return AuthService.getAppConfig();
148+
}]
149+
},
145150
})
146151
.state('app.copilotPayments', {
147152
url: '/copilot-payments',

0 commit comments

Comments
 (0)