create a login function that shows in startup

You must Login before you can answer or comment on any questions.

How do I make a login function with username and password that will load on startup?I want to use my self-made buttons aswell.

1 Answer

You need to create a window that has some labels and text boxes for their info. And then in your app.js file you need to write an if else. if the user is logged in, continue into the app. else open log in window

Your Answer

Think you can help? Login to answer this question!