refactor: Simplify login UX
This commit is contained in:
parent
f17b09f56c
commit
dec588d0c0
15 changed files with 172 additions and 486 deletions
|
|
@ -264,7 +264,9 @@ class BootstrapDialogState extends State<BootstrapDialog> {
|
|||
hintStyle: TextStyle(
|
||||
fontFamily: theme.textTheme.bodyLarge?.fontFamily,
|
||||
),
|
||||
hintText: L10n.of(context)!.recoveryKey,
|
||||
prefixIcon: const Icon(Icons.key_outlined),
|
||||
labelText: L10n.of(context)!.recoveryKey,
|
||||
hintText: 'Es** **** **** ****',
|
||||
errorText: _recoveryKeyInputError,
|
||||
errorMaxLines: 2,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue