Skip to content

Commit 959a74e

Browse files
authored
Merge pull request #1007 from rubensworks/fix/enable-logout-required-login
Add logout button to login-required view
2 parents d1aad91 + 8db9e2b commit 959a74e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default-views/auth/login-required.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<div class="pull-right">
1414
<button id="register" type="button" class="btn btn-primary">Register</button>
1515
<button id="login" type="button" class="btn btn-success">Log in</button>
16+
<button id="logout" type="button" class="hidden btn btn-danger">Log out</button>
1617
</div>
1718
<h1>Log in to access this resource</h1>
1819
</div>

0 commit comments

Comments
 (0)