mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
Merge pull request #18289 from davelopez/24.0_fix_copy_modal_login_link
[24.0] Use correct link for log in or register in Copy Modal
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user