feat: Implement experimental bootstrapping
This commit is contained in:
parent
c0042c9d52
commit
b5ec986d08
8 changed files with 364 additions and 28 deletions
|
|
@ -62,6 +62,8 @@ class _Settings3PidState extends State<Settings3Pid> {
|
|||
DialogTextField(
|
||||
hintText: '******',
|
||||
obscureText: true,
|
||||
minLines: 1,
|
||||
maxLines: 1,
|
||||
),
|
||||
],
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue