diff --git a/frontend/src/views/sharing/LinkSharingAuth.vue b/frontend/src/views/sharing/LinkSharingAuth.vue index 0813004e7..50793e99e 100644 --- a/frontend/src/views/sharing/LinkSharingAuth.vue +++ b/frontend/src/views/sharing/LinkSharingAuth.vue @@ -10,19 +10,14 @@

{{ $t('sharing.passwordRequired') }}

-
-
- -
-
+ -
- -
- -
-

- {{ $t('user.auth.usernameRequired') }} -

-
+
-
- -
- -
-
+ id="totpPasscode" + ref="totpPasscode" + v-focus + :label="$t('user.auth.totpTitle')" + autocomplete="one-time-code" + :placeholder="$t('user.auth.totpPlaceholder')" + required + type="text" + tabindex="3" + inputmode="numeric" + @keyup.enter="submit" + />