Skip to content

Commit

Permalink
OK-326 Transfer migriToken to each application from applicationList
Browse files Browse the repository at this point in the history
  • Loading branch information
msiukola committed Nov 20, 2023
1 parent 9bf7bc3 commit e0e4c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/js/directives/applicationList.js
Expand Up @@ -25,6 +25,7 @@ export default ["restResources", function (restResources) {
$scope.applications = _.map(data.applications, function(json) {
var application = new Hakemus(json);
application.isHakutoiveidenMuokkaus = false;
application.migriJwt = data.migriJwt
return application;
});
if($scope.applications.length > 0) {
Expand Down

0 comments on commit e0e4c04

Please sign in to comment.