Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/components/GatewaySettings.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/components/GatewaySettings.vue b/js/components/GatewaySettings.vue
index b36d269..56819e3 100644
--- a/js/components/GatewaySettings.vue
+++ b/js/components/GatewaySettings.vue
@@ -2,7 +2,6 @@
<div>
<h3>{{ displayName }}</h3>
<div v-if="!isAvailable">
- <slot name="instructions" />
<L10n text="The {displayName} gateway is not configured."
:options="{displayName: displayName}" />
</div>