summaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/AuthTokenSetupDialogue.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/components/AuthTokenSetupDialogue.vue')
-rw-r--r--apps/settings/src/components/AuthTokenSetupDialogue.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/settings/src/components/AuthTokenSetupDialogue.vue b/apps/settings/src/components/AuthTokenSetupDialogue.vue
index 613e286255e..5a706b153b9 100644
--- a/apps/settings/src/components/AuthTokenSetupDialogue.vue
+++ b/apps/settings/src/components/AuthTokenSetupDialogue.vue
@@ -39,8 +39,8 @@
{{ t('settings', 'For security reasons this password will only be shown once.') }}
<div class="app-password-row">
<label for="app-username" class="app-password-label">{{ t('settings', 'Username') }}</label>
- <input :value="loginName"
- id="app-username"
+ <input id="app-username"
+ :value="loginName"
type="text"
class="monospaced"
readonly="readonly"
@@ -48,8 +48,8 @@
</div>
<div class="app-password-row">
<label for="app-password" class="app-password-label">{{ t('settings', 'Password') }}</label>
- <input ref="appPassword"
- id="app-password"
+ <input id="app-password"
+ ref="appPassword"
:value="appPassword"
type="text"
class="monospaced"