Skip to content

Commit

Permalink
chore(webdav): remove static doc link
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Aug 9, 2024
1 parent 715baaa commit 7bb31e8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/files/WebDavUrl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<li>
<em>
{{ t('simplesettings', 'Use this address to access your Files via WebDAV') }}
<a class="setting-link"
:href="webdavDocs"
target="_blank"
rel="noreferrer noopener">
{{ t('simplesettings', 'See our FAQ for details') }} ↗
</a>
</em>
</li>
</ol>
Expand Down Expand Up @@ -80,7 +74,6 @@ export default defineComponent({
return {
// Webdav infos
webdavUrl,
webdavDocs: 'https://www.ionos.com/help/',
webdavUrlCopied: false,
}
},
Expand Down

0 comments on commit 7bb31e8

Please sign in to comment.