From 6a830e02b1c1873c77907e7a88c2143a351adea4 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 11 Jun 2025 10:47:15 +0200 Subject: Finish demo --- testFrontend/SafeNSound.Demo/Pages/Devices.razor | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testFrontend/SafeNSound.Demo/Pages/Devices.razor') diff --git a/testFrontend/SafeNSound.Demo/Pages/Devices.razor b/testFrontend/SafeNSound.Demo/Pages/Devices.razor index 5f90132..695c138 100644 --- a/testFrontend/SafeNSound.Demo/Pages/Devices.razor +++ b/testFrontend/SafeNSound.Demo/Pages/Devices.razor @@ -5,6 +5,7 @@
Create new device Reload Devices + Log out Delete account @foreach (var device in CurrentDevices) {
@@ -77,5 +78,9 @@ private async Task DeleteAccount() { await Client.DeleteAccount(Auth); } + + private async Task Logout() { + await Client.LogOut(); + } } \ No newline at end of file -- cgit 1.5.1