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:
Diffstat (limited to 'src/components/SignalInstructions.vue')
-rw-r--r--src/components/SignalInstructions.vue13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/SignalInstructions.vue b/src/components/SignalInstructions.vue
new file mode 100644
index 0000000..a6a3489
--- /dev/null
+++ b/src/components/SignalInstructions.vue
@@ -0,0 +1,13 @@
+<template>
+ <div>
+ <p>
+ The gateway can send authentication to your Signal mobile and deskop app.
+ </p>
+ </div>
+</template>
+
+<script>
+ export default {
+ name: "SignalInstructions"
+ }
+</script>