Add 'bot' flag to Profile settings

This commit is contained in:
Sergey Suprunenko 2020-06-21 14:59:05 +02:00
parent 1afa0f0044
commit 2451956d83
No known key found for this signature in database
GPG key ID: 5DCA7D1BE3914F9C
4 changed files with 9 additions and 0 deletions

View file

@ -95,6 +95,11 @@
{{ $t('settings.discoverable') }}
</Checkbox>
</p>
<p>
<Checkbox v-model="bot">
{{ $t('settings.bot') }}
</Checkbox>
</p>
<button
:disabled="newName && newName.length === 0"
class="btn btn-default"