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
path: root/js
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-27 15:35:02 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-27 15:35:02 +0300
commita7876873a2827179351e26d84b8e0bc78c55897c (patch)
tree7c45f15e07b96aff3d1f8be72b608de83afb3c0e /js
parent5e08541992376ded128b47097268297132ccb814 (diff)
Don't show instructions for disabled gateways
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'js')
-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>