Skip to content

Commit c93b981

Browse files
committed
logout for community added
Signed-off-by: TG1999 <[email protected]>
1 parent 05912c0 commit c93b981

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,6 @@ typings/
7979

8080
# Config files
8181
credential.js
82-
secret.js
82+
secret.js
83+
84+
views/images/uploads

views/.DS_Store

8 KB
Binary file not shown.

views/main-landing.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<a class="nav-link" href="#">User Name</a>
5555
</li>
5656
<li class="nav-item flex-center">
57-
<a class="nav-link" href="">Logout</a>
57+
<a class="nav-link" href="/auth/logout">Logout</a>
5858
</li>
5959
<!-- Dropdown -->
6060
<li class="nav-item flex-center dropdown">
File renamed without changes.

0 commit comments

Comments
 (0)