Cleanup some widgets from home screen
This commit is contained in:
parent
7744aa391e
commit
8ce3805f4e
@ -195,24 +195,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
child: Text("Oauth2 Login"),
|
||||
),
|
||||
Text('Current output:'),
|
||||
Consumer(
|
||||
builder:
|
||||
(
|
||||
BuildContext context,
|
||||
AuthentikUserSettingsChangeDialogState dialogState,
|
||||
Widget? child,
|
||||
) {
|
||||
return Text(
|
||||
dialogState.keysToKeep.isEmpty
|
||||
? 'No keys selected to keep.'
|
||||
: 'Keys selected to keep: ${dialogState.keysToKeep.join(', ')}',
|
||||
);
|
||||
},
|
||||
),
|
||||
Text(outputText, style: Theme.of(context).textTheme.headlineMedium),
|
||||
// Generated code for this Text Widget...
|
||||
KeepOrDeleteKey(sshKey: "ssh-ed22519 abs csas blabla"),
|
||||
KeepOrDeleteKey(sshKey: "ssh-ed22519 abs "),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user