File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
lib/features/dashboard/widgets Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7777 git checkout -B gh-pages
7878 rm -rf ./*
7979 cp -r /tmp/web-build/* .
80+ echo "cookethflow.cookethcompany.xyz" > CNAME
8081 git add .
8182 git commit -m "Deploy web build to gh-pages" || echo "No changes to commit"
8283 git push origin gh-pages --force
Original file line number Diff line number Diff line change @@ -85,7 +85,8 @@ class DeleteAccountDialog extends StatelessWidget {
8585 // Add your delete account logic here
8686 ScaffoldMessenger .of (context).showSnackBar (
8787 const SnackBar (
88- content: Text ('Account deleted successfully' ),
88+ // content: Text('Account deleted successfully'),
89+ content: Text ('Feature coming soon!' ),
8990 backgroundColor: Colors .red,
9091 ),
9192 );
You can’t perform that action at this time.
0 commit comments