Skip to content

Commit b8a4f53

Browse files
authored
Change link (#282)
1 parent cec8514 commit b8a4f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/accountConfirmation.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function generateToken(accountConfirmationId, accountId = null) {
8787
* @returns {string} the string, of form: [http|https]://{domain}/{model}/create?token={token}
8888
*/
8989
function generateCreateAccountTokenLink(httpOrHttps, domain, type, token) {
90-
const link = `${httpOrHttps}://${domain}/${type}/create?token=${token}`;
90+
const link = `${httpOrHttps}://${domain}/account/create?token=${token}&accountType=${type}`;
9191
return link;
9292
}
9393

0 commit comments

Comments
 (0)