fixed use password button (typo)

This commit is contained in:
Leandro Schaguhn 2025-06-13 14:24:13 +02:00
parent 8403bcf9c7
commit 81661b3270

View file

@ -109,7 +109,7 @@ fun HomeScreen(paddingValues: PaddingValues) {
currentScreen = "apiDialog" currentScreen = "apiDialog"
} }
"apidialog" -> { "apiDialog" -> {
currentScreen = "passwordDialog" currentScreen = "passwordDialog"
} }
} }