]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove old code from comment to not trigger automatic scanners more than needed
authorJoas Schilling <coding@schilljs.com>
Tue, 29 Nov 2022 14:15:58 +0000 (15:15 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 29 Nov 2022 14:15:58 +0000 (15:15 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/src/components/login/ResetPassword.vue

index 72ad7ebd812688f068bf4f973925f51fed32e74c..ad86281b30149ad458362f2f64b0a0ca0062ec2b 100644 (file)
@@ -30,8 +30,6 @@
                                :label-visible="true"
                                required
                                @change="updateUsername" />
-                       <!--<?php p($_['user_autofocus'] ? 'autofocus' : ''); ?>
-                               autocomplete="<?php p($_['login_form_autocomplete']); ?>" autocapitalize="none" autocorrect="off"-->
                        <LoginButton :value="t('core', 'Reset password')" />
 
                        <NcNoteCard v-if="message === 'send-success'"