Better 2FA input on sign in form (#3910)
* Update signin.vue * Update ja-JP.yml * Update settings.vue * Update signin.vue * Update init.ts
This commit is contained in:
parent
4ba43b69b6
commit
d93e60d4dd
4 changed files with 9 additions and 4 deletions
|
|
@ -124,7 +124,8 @@ import {
|
|||
faMapMarker,
|
||||
faRobot,
|
||||
faHourglassHalf,
|
||||
faAlignLeft
|
||||
faAlignLeft,
|
||||
faGavel
|
||||
} from '@fortawesome/free-solid-svg-icons';
|
||||
|
||||
import {
|
||||
|
|
@ -257,6 +258,7 @@ library.add(
|
|||
faRobot,
|
||||
faHourglassHalf,
|
||||
faAlignLeft,
|
||||
faGavel,
|
||||
|
||||
farBell,
|
||||
farEnvelope,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue