diff --git a/app/lib/main.dart b/app/lib/main.dart index aa8e4c2..71472cb 100644 --- a/app/lib/main.dart +++ b/app/lib/main.dart @@ -195,24 +195,7 @@ class _MyHomePageState extends State { 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 "), ], ), );