Good morning, I’d like to create a page where I can log in by selecting a username and setting a password without going through the standard Flex app screen.
I only found instructions on App Studio for viewing the logged-in user, but no instructions for writing and setting it.
![]()
AppStudio v1.3.0 doesn’t currently support multi-page apps. For your use case, though, you can create a login dialog or modal that blocks user interaction until valid login credentials are entered. You can do this using the HTML Code (add a html element to the document.body) and the page component’s onMounted event.
This is a simplest and stable workaround…
1 Like
