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="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6 col-sm-6">
|
<div class="col-md-6 col-sm-6">
|
||||||
|
@if(count($clients) > 0)
|
||||||
<p> Would you like to log out from the following? </p>
|
<p> Would you like to log out from the following? </p>
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
@ -16,6 +17,9 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
@else
|
||||||
|
<p> Would you like to log out? </p>
|
||||||
|
@endif
|
||||||
{!! Form::open(array('url' => URL::action('OAuth2\OAuth2ProviderController@endSession'), 'method' => 'post', "autocomplete" => "off")) !!}
|
{!! Form::open(array('url' => URL::action('OAuth2\OAuth2ProviderController@endSession'), 'method' => 'post', "autocomplete" => "off")) !!}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<input type="hidden" name="oidc_endsession_consent" id="oidc_endsession_consent" value="1"/>
|
<input type="hidden" name="oidc_endsession_consent" id="oidc_endsession_consent" value="1"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user