Data entries not persisting to SQLite database
I am trying to implement a login/sign up feature to my application. I have a create user method that should create a new user and save it to my database (SQLite).
I am trying to implement a login/sign up feature to my application. I have a create user method that should create a new user and save it to my database (SQLite).