improve delete-key flow
This commit is contained in:
@@ -535,7 +535,7 @@ class _KeyTokenViewPageState extends State<KeyTokenViewPage> {
|
||||
}
|
||||
|
||||
try {
|
||||
final r = await UIDialogs.showConfirmDialog(context, 'Really (permanently) delete this Key?', okText: 'Unsubscribe', cancelText: 'Cancel');
|
||||
final r = await UIDialogs.showConfirmDialog(context, 'Really (permanently) delete this Key?', okText: 'Delete', cancelText: 'Cancel');
|
||||
if (!r) return;
|
||||
|
||||
await APIClient.deleteKeyToken(acc, keytokenPreview!.keytokenID);
|
||||
|
||||
Reference in New Issue
Block a user