Skip to content

Commit

Permalink
OK-326 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
msiukola committed Nov 21, 2023
1 parent e0e4c04 commit 0104531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/js/models/hakemus.js
Expand Up @@ -27,7 +27,7 @@ export default class Hakemus {
postOffice: json.hakemus.postOffice
};
this.oiliJwt = null;
this.migriJwt = "abcdefg";
this.migriJwt = null;
this.hakemusSource = json.hakemusSource;
this.previewUrl = json.previewUrl;
}
Expand Down

0 comments on commit 0104531

Please sign in to comment.