mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix(settings): hide app token by default
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
968a934496
commit
b8677143f2
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
</NcButton>
|
||||
</div>
|
||||
<div class="token-dialog__password">
|
||||
<NcTextField
|
||||
<NcPasswordField
|
||||
ref="appPassword"
|
||||
:label="t('settings', 'Password')"
|
||||
:value="appPassword"
|
||||
|
|
@ -61,6 +61,7 @@ import NcButton from '@nextcloud/vue/components/NcButton'
|
|||
import NcDialog from '@nextcloud/vue/components/NcDialog'
|
||||
import NcIconSvgWrapper from '@nextcloud/vue/components/NcIconSvgWrapper'
|
||||
import NcTextField from '@nextcloud/vue/components/NcTextField'
|
||||
import NcPasswordField from '@nextcloud/vue/components/NcPasswordField'
|
||||
import logger from '../logger.ts'
|
||||
|
||||
export default defineComponent({
|
||||
|
|
@ -70,6 +71,7 @@ export default defineComponent({
|
|||
NcDialog,
|
||||
NcIconSvgWrapper,
|
||||
NcTextField,
|
||||
NcPasswordField,
|
||||
QR,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue