Add button under account to show userid+tokens

This commit is contained in:
2025-11-09 20:27:59 +01:00
parent 521c1e94c0
commit b3083d37c3
9 changed files with 121 additions and 18 deletions

View File

@@ -52,7 +52,7 @@ class _KeyTokenCreateDialogState extends State<KeyTokenCreateDialog> {
return AlertDialog(
title: const Text('Create new key'),
content: Container(
width: 0,
width: 9000,
height: 400,
child: SingleChildScrollView(
child: Column(

View File

@@ -21,7 +21,7 @@ class KeyTokenCreatedModal extends StatelessWidget {
return AlertDialog(
title: const Text('A new key was created'),
content: Container(
width: 0,
width: 9000,
height: 350,
child: SingleChildScrollView(
child: Column(