From b482b7b96cf154896467c2a45d035e2a6a9f4a8b Mon Sep 17 00:00:00 2001 From: StefanMoCoAt Date: Sat, 6 Dec 2025 23:18:57 +0100 Subject: [PATCH] =?UTF-8?q?MP-26=20Epic=206:=20Shell=20=E2=80=93=20Meldest?= =?UTF-8?q?elle=E2=80=91Portal=20(JS/Wasm)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shells/meldestelle-portal/src/commonMain/kotlin/MainApp.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/shells/meldestelle-portal/src/commonMain/kotlin/MainApp.kt b/frontend/shells/meldestelle-portal/src/commonMain/kotlin/MainApp.kt index c5dc030a..3872b365 100644 --- a/frontend/shells/meldestelle-portal/src/commonMain/kotlin/MainApp.kt +++ b/frontend/shells/meldestelle-portal/src/commonMain/kotlin/MainApp.kt @@ -59,7 +59,7 @@ fun MainApp() { when (currentScreen) { is AppScreen.Home -> WelcomeScreen( authTokenManager = authTokenManager, - onOpenPing = { AppScreen.Ping }, + onOpenPing = { currentScreen = AppScreen.Ping }, onOpenLogin = { // Fallback to the local LoginScreen (Password Grant) if PKCE cannot be started currentScreen = AppScreen.Login