amino-health / oura-intervention

Web-application for the "Självständigt arbete inom IT" course
Mozilla Public License 2.0
1 stars 1 forks source link

Login button and code cleanup #6

Closed JakobPaulsson closed 2 years ago

JakobPaulsson commented 2 years ago

Added button for logging in. Pressing the button opens a new window. The button changes text depending on whether the user is not logged in, is currently logging in or has already logged in. Removed some comments and changed variable names to adhere to the dart documentation standard.

Not logged in: image

Currently logging in: image

Has logged in: image