Skip to content

Commit

Permalink
Merge pull request #102 from CS3219-AY2425S1/kervyn/ivans-fix
Browse files Browse the repository at this point in the history
Update app.component.html
  • Loading branch information
kervyntan authored Nov 13, 2024
2 parents 9fe872b + dda63ab commit 1e216cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer-prep-fe/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
routerLinkActive="activebutton"
>Practice
</a>
<button class="logout-button" *ngIf="isLoggedIn()" (click)="logout()">
<button class="logout-button" *ngIf="isLoggedIn() && isInSession()" (click)="logout()">
Logout
</button>
</nav>
Expand Down

0 comments on commit 1e216cc

Please sign in to comment.