Unverified Commit 234933b6 authored by davelopez's avatar davelopez
Browse files

Use correct link for log in or register in Copy Modal

parent d5e44b65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>