]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/header.blade.php
Merge branch 'openid' of https://github.com/jasperweyne/BookStack into jasperweyne...
[bookstack] / resources / views / common / header.blade.php
index 2311ce3e019e9f529ef2fbde6569a518db4f11c6..cac585a65bb3c76f1ca22c2b1225fe450a6e817a 100644 (file)
@@ -73,6 +73,8 @@
                             <li>
                                 @if(config('auth.method') === 'saml2')
                                     <a href="{{ url('/saml2/logout') }}">@icon('logout'){{ trans('auth.logout') }}</a>
+                                @elseif(config('auth.method') === 'openid')
+                                    <a href="{{ url('/openid/logout') }}">@icon('logout'){{ trans('auth.logout') }}</a>
                                 @else
                                     <a href="{{ url('/logout') }}">@icon('logout'){{ trans('auth.logout') }}</a>
                                 @endif