Skip to content

Commit dd34760

Browse files
authored
Merge branch 'frame-url' into user_controller_tests
2 parents 704e81a + f6fd93f commit dd34760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controllers/UserController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ function buildEmailLink(destination, username, token, config) {
221221

222222
if (config.parseFrameURL) {
223223
const destinationWithoutHost = destination.replace(config.publicServerURL, '');
224+
224225
return `${config.parseFrameURL}?link=${encodeURIComponent(destinationWithoutHost)}&${usernameAndToken}`;
225226
} else {
226227
return `${destination}?${usernameAndToken}`;

0 commit comments

Comments
 (0)