How to set a timer and how to set a "user not found" in login page

i have to problems that i don’t know how to solve it.
first, i want to make a timer for 90sec beside the label after the timer ends the label will become clickable


Second, i want to set the login failed to if the user is new user message will pops up that he is a new user and if the email or password is wrong he will se a message telling him that.
thank you :pray::heart:

In clock timer no need of multiple if then logic

Single logic is enough

In this logic where did you add clock timer to false there just add set lable visible to true and clickable to true

To solve this there is a block is signed in,just use it

Upon successful login save the details in tinydb

Next time while he enter just the details with tinydb

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.