blob: 7548ed1964cedcb5b1bb6f2cd0f06948a12ed8c9 (
plain) (
blame)
1
2
3
4
5
6
|
<form action="{{$dest_url}}" method="post" >
<div class="logout-wrapper">
<input type="hidden" name="auth-params" value="logout" />
<input type="submit" name="submit" id="logout-button" value="{{$logout}}" />
</div>
</form>
|