Skip to content

Commit 87c7727

Browse files
committed
Fixes #1244
1 parent 198df0f commit 87c7727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

account-gui/src/routes/Request.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
class="message-email-in-use"
301301
/>
302302
</div>
303-
<Button href="/login/${id}"
303+
<Button href={`/login/${id}`}
304304
label={I18n.t("Login.LoginWithThisEmail.COPY")}
305305
useLink="true"/>
306306

0 commit comments

Comments
 (0)