diff --git a/src/static/app/src/components/configurationComponents/peerShareLinkModal.vue b/src/static/app/src/components/configurationComponents/peerShareLinkModal.vue index 7555acd..5904919 100644 --- a/src/static/app/src/components/configurationComponents/peerShareLinkModal.vue +++ b/src/static/app/src/components/configurationComponents/peerShareLinkModal.vue @@ -87,6 +87,12 @@ export default { }, computed: { getUrl(){ + const crossServer = this.store.getActiveCrossServer(); + if(crossServer){ + return `${crossServer.host}/${this.$router.resolve( + {path: "/share", query: {"ShareID": this.dataCopy.ShareID}}).href}` + } + return window.location.origin + window.location.pathname + this.$router.resolve( diff --git a/src/static/app/src/components/settingsComponent/accountSettingsMFA.vue b/src/static/app/src/components/settingsComponent/accountSettingsMFA.vue index b19749e..1a99b52 100644 --- a/src/static/app/src/components/settingsComponent/accountSettingsMFA.vue +++ b/src/static/app/src/components/settingsComponent/accountSettingsMFA.vue @@ -47,7 +47,7 @@ export default {
+ role="switch" id="allowMFAKeysSwitch">