Skip to content

Commit 5d33897

Browse files
committed
fix logout link in index.phtml
1 parent 0fef993 commit 5d33897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Views/Account/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<div class="d-flex flex-column justify-content-center text-center" style="height: 400px;">
66
<h1 class="text-info display-3 mx-auto">Hello!</h1>
77
<p class="lead"><?= $this->ViewData['Name'] ?></p>
8-
<a class="btn btn-info text-white mx-auto" href="/user/account/logout">Log Out</a>
8+
<a class="btn btn-info text-white mx-auto" href="/account/logout">Log Out</a>
99
</div>

0 commit comments

Comments
 (0)