MP-26 Epic 6: Shell – Meldestelle‑Portal (JS/Wasm)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user