]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/header.blade.php
Default OpenID display name set to standard value
[bookstack] / resources / views / common / header.blade.php
index 827abcac601d8d6e4276880085a1a27aadb7a960..996d44d27a2f635f31a8a47d0518cbe34abe4b4b 100644 (file)
@@ -66,6 +66,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