Skip to content

Commit

Permalink
Use correct link for log in or register in Copy Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed May 31, 2024
1 parent d5e44b6 commit 234933b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/History/Modals/CopyModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function copy(close: () => void) {
<transition name="fade">
<BAlert v-localize :show="isAnonymous" variant="warning">
As an anonymous user, unless you log in or register, you will lose your current history after copying
this history. You can <a href="/user/login">log in here</a> or <a href="/user/create">register here</a>.
this history. You can <a href="/login/start">log in or register here</a>.
</BAlert>
</transition>

Expand Down

0 comments on commit 234933b

Please sign in to comment.