Skip to content

Commit 56d76f1

Browse files
committed
Fix code indentation
1 parent 4adae7e commit 56d76f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/UserController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function buildVerificationLink(destination, username, token) {
222222

223223
if (this.config.parseFrameURL) {
224224
let destinationWithoutHost = destination.replace(this.config.publicServerURL, '');
225-
return `${this.config.parseFrameURL}?link=${encodeURIComponent(destinationWithoutHost)}&${usernameAndToken}`;
225+
return `${this.config.parseFrameURL}?link=${encodeURIComponent(destinationWithoutHost)}&${usernameAndToken}`;
226226
} else {
227227
return `${destination}?${usernameAndToken}`;
228228
}

0 commit comments

Comments
 (0)