Refine Harbor delete flow and gateway affordances
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 1s

This commit is contained in:
2026-07-11 15:46:15 +03:00
parent b389664824
commit befd41933d
3 changed files with 185 additions and 21 deletions

View File

@@ -71,7 +71,6 @@ function App() {
}
async function forgetSubscription() {
if (!confirm('Удалить подписку и остановить VPN?')) return;
return run(async () => {
await api.subscription.forget();
setSubscriptionUrl('');