Skip to content
Snippets Groups Projects
Unverified Commit 6555644b authored by Masaya Suzuki's avatar Masaya Suzuki Committed by GitHub
Browse files

ログイン画面のユーザー名フォームへのautocomplete設定 (#9515)

* Add username class to username form

* Fix add class process

* Set id

* Set autocomplete
parent df56bd6d
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
{{ message }}
</MkInfo>
<div v-if="!totpLogin" class="normal-signin _gaps_m">
<MkInput v-model="username" :placeholder="i18n.ts.username" type="text" pattern="^[a-zA-Z0-9_]+$" :spellcheck="false" autofocus required data-cy-signin-username @update:model-value="onUsernameChange">
<MkInput v-model="username" :placeholder="i18n.ts.username" type="text" pattern="^[a-zA-Z0-9_]+$" :spellcheck="false" autocomplete="username" autofocus required data-cy-signin-username @update:model-value="onUsernameChange">
<template #prefix>@</template>
<template #suffix>@{{ host }}</template>
</MkInput>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment