refactor(HomeController): remove envelopeSigned endpoint
This commit is contained in:
@@ -145,7 +145,7 @@ class App {
|
||||
|
||||
if (result == true) {
|
||||
// Redirect to success page after saving to database
|
||||
window.location.href = `/Envelope/${this.envelopeKey}/Success`
|
||||
window.location.href = `/Envelope/${this.envelopeKey}`
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user