Cleanup some widgets from home screen

This commit is contained in:
lemoer 2025-07-05 22:29:13 +02:00
parent 7744aa391e
commit 8ce3805f4e

View File

@ -195,24 +195,7 @@ class _MyHomePageState extends State<MyHomePage> {
child: Text("Oauth2 Login"), child: Text("Oauth2 Login"),
), ),
Text('Current output:'), 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), 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 "),
], ],
), ),
); );