Defaultinator / defaultinator-ui

User interface for Defaultinator
MIT License
2 stars 6 forks source link

Add Login button to the app-bar #15

Open luciddr34m3r opened 2 years ago

luciddr34m3r commented 2 years ago

Currently, a logout button appears when you are logged in, but no login button appears when you aren't logged in.

The AuthButton component doesn't render a button when logged out. It probably makes sense to restructure it so that it can log you in as well.