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

SignalInstructions.vue « components « js - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6a3489d08075c0f345c6d04596a3dd8a742cd4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>