fix: streamline WhatsApp login flow

This commit is contained in:
Peter Steinberger
2025-12-21 00:59:02 +01:00
parent 383097a03a
commit 98891103d0
3 changed files with 20 additions and 7 deletions

View File

@@ -84,12 +84,6 @@ struct ConnectionsSettings: View {
.buttonStyle(.bordered)
.disabled(self.store.whatsappBusy)
Button("Wait for scan") {
Task { await self.store.waitWhatsAppLogin() }
}
.buttonStyle(.bordered)
.disabled(self.store.whatsappBusy)
Spacer()
Button("Logout") {