File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ export default class Clicksign {
6060 }
6161
6262 get path ( ) {
63- return `/notarial/compat/requests /${ this . key } ` ;
63+ return `/notarial/widget/signatures /${ this . key } /redirect ` ;
6464 }
6565}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const containerElementId = 'widget';
44const signatureKey = 'foobar123' ;
55const originUrl = 'https://example.com' ;
66const applicationUrl = 'https://app.clicksign.com' ;
7- const signatureUrl = `${ applicationUrl } /notarial/compat/requests /${ signatureKey } ?embedded=true&origin=${ originUrl } ` ;
7+ const signatureUrl = `${ applicationUrl } /notarial/widget/signatures /${ signatureKey } /redirect ?embedded=true&origin=${ originUrl } ` ;
88
99function createContainer ( ) {
1010 const element = document . createElement ( 'div' ) ;
You can’t perform that action at this time.
0 commit comments