]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/header.blade.php
Fixed occurances of altered titles in search results
[bookstack] / resources / views / common / header.blade.php
index cac585a65bb3c76f1ca22c2b1225fe450a6e817a..2311ce3e019e9f529ef2fbde6569a518db4f11c6 100644 (file)
@@ -73,8 +73,6 @@
                             <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