Fixed logout wording
Change-Id: I5373a51a3d9eeac79b1e94144bece6c158986e46 Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
parent
78f304afcf
commit
f143466eca
@ -8,6 +8,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-6">
|
||||
@if(count($clients) > 0)
|
||||
<p> Would you like to log out from the following? </p>
|
||||
<p>
|
||||
<ul>
|
||||
@ -16,6 +17,9 @@
|
||||
@endforeach
|
||||
</ul>
|
||||
</p>
|
||||
@else
|
||||
<p> Would you like to log out? </p>
|
||||
@endif
|
||||
{!! Form::open(array('url' => URL::action('OAuth2\OAuth2ProviderController@endSession'), 'method' => 'post', "autocomplete" => "off")) !!}
|
||||
<fieldset>
|
||||
<input type="hidden" name="oidc_endsession_consent" id="oidc_endsession_consent" value="1"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user