feat: restrict login2 to debug

This commit is contained in:
infi 2026-02-21 19:56:32 +01:00
parent 4015513b96
commit 98f7eaab02
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ fun LoginGreetingScreen(navController: NavController) {
}
},
onLongClick = {
showBoringButton = !showBoringButton
if (BuildConfig.DEBUG) showBoringButton = !showBoringButton
}
)
)