MP-26 Epic 6: Shell – Meldestelle‑Portal (JS/Wasm)
This commit is contained in:
@@ -59,7 +59,7 @@ fun MainApp() {
|
|||||||
when (currentScreen) {
|
when (currentScreen) {
|
||||||
is AppScreen.Home -> WelcomeScreen(
|
is AppScreen.Home -> WelcomeScreen(
|
||||||
authTokenManager = authTokenManager,
|
authTokenManager = authTokenManager,
|
||||||
onOpenPing = { AppScreen.Ping },
|
onOpenPing = { currentScreen = AppScreen.Ping },
|
||||||
onOpenLogin = {
|
onOpenLogin = {
|
||||||
// Fallback to the local LoginScreen (Password Grant) if PKCE cannot be started
|
// Fallback to the local LoginScreen (Password Grant) if PKCE cannot be started
|
||||||
currentScreen = AppScreen.Login
|
currentScreen = AppScreen.Login
|
||||||
|
|||||||
Reference in New Issue
Block a user