mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-17 16:07:18 +02:00
fix create template did not include url path
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -1081,7 +1081,8 @@ export class API {
|
||||
urlIdentifierID,
|
||||
stateIdentifierID,
|
||||
afterLandingPageRedirectURL,
|
||||
emailID: emailID
|
||||
emailID: emailID,
|
||||
urlPath: urlPath
|
||||
}) => {
|
||||
return await postJSON(this.getPath('/campaign/template'), {
|
||||
name: name,
|
||||
@@ -1098,7 +1099,8 @@ export class API {
|
||||
afterLandingPageRedirectURL: afterLandingPageRedirectURL,
|
||||
urlIdentifierID: urlIdentifierID,
|
||||
stateIdentifierID: stateIdentifierID,
|
||||
emailID: emailID
|
||||
emailID: emailID,
|
||||
urlPath: urlPath
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user