MP-26 Epic 6: Shell – Meldestelle‑Portal (JS/Wasm)

This commit is contained in:
2025-12-06 23:18:57 +01:00
parent a8d99b5168
commit b482b7b96c
@@ -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