We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce40c61 + 0b3fd52 commit 24a3d92Copy full SHA for 24a3d92
src/app/modules/individual-contributor/container/individual-dashboard/individual-dashboard.component.ts
@@ -64,7 +64,7 @@ export class IndividualDashboardComponent implements OnInit {
64
}
65
66
postIndividualRequestSignature() {
67
- const redirectUrl = this.storageService.getItem(AppSettings.REDIRECT);
+ const redirectUrl = JSON.parse(this.storageService.getItem(AppSettings.REDIRECT));
68
const data = {
69
project_id: this.projectId,
70
user_id: this.userId,
0 commit comments