diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-15 23:42:52 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-15 23:42:52 +0900 |
| commit | 420eeb4d68cefebaf3926e01b4f7515b29f8b66f (patch) | |
| tree | 234c393ec325435a5bc586771555bb9fe23d7558 /src | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-420eeb4d68cefebaf3926e01b4f7515b29f8b66f.tar.gz sharkey-420eeb4d68cefebaf3926e01b4f7515b29f8b66f.tar.bz2 sharkey-420eeb4d68cefebaf3926e01b4f7515b29f8b66f.zip | |
Clean up
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/instance/index.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/pages/instance/index.vue b/src/client/pages/instance/index.vue index 79bde62b43..5a48232417 100644 --- a/src/client/pages/instance/index.vue +++ b/src/client/pages/instance/index.vue @@ -43,8 +43,6 @@ <div class="_content"> <mk-switch v-model="enableRecaptcha">{{ $t('enableRecaptcha') }}</mk-switch> <template v-if="enableRecaptcha"> - <mk-info>{{ $t('recaptchaInfo') }}</mk-info> - <mk-info warn>{{ $t('recaptchaInfo2') }}</mk-info> <mk-input v-model="recaptchaSiteKey" :disabled="!enableRecaptcha"><template #icon><fa :icon="faKey"/></template>{{ $t('recaptchaSiteKey') }}</mk-input> <mk-input v-model="recaptchaSecretKey" :disabled="!enableRecaptcha"><template #icon><fa :icon="faKey"/></template>{{ $t('recaptchaSecretKey') }}</mk-input> </template> @@ -63,7 +61,6 @@ <div class="_content"> <mk-switch v-model="enableServiceWorker">{{ $t('enableServiceworker') }}<template #desc>{{ $t('serviceworkerInfo') }}</template></mk-switch> <template v-if="enableServiceWorker"> - <mk-info>{{ $t('vapidInfo') }}<br><code>npx web-push generate-vapid-keys</code></mk-info> <mk-horizon-group inputs class="fit-bottom"> <mk-input v-model="swPublicKey" :disabled="!enableServiceWorker"><template #icon><fa :icon="faKey"/></template>Public key</mk-input> <mk-input v-model="swPrivateKey" :disabled="!enableServiceWorker"><template #icon><fa :icon="faKey"/></template>Private key</mk-input> |