login feature is fully complete, testing is required, favorite teams database is fully functioning

This commit is contained in:
Vishal Vunnam
2024-04-19 19:19:42 -06:00
parent 86dbef4bf1
commit ac19be3cd9
6 changed files with 129 additions and 17 deletions

View File

@@ -48,7 +48,7 @@
</div>
</nav>
{{#if user}}
{{#if user.username}}
<div class="container" id="login-container">
{{> navigation-bar/accountinfo}}
</div>