rvr-nextgen/views/oauth/oauth_error.php

9 lines
182 B
PHP
Raw Normal View History

@extends(templates/layout_normal)
@section(main)
<h2>OAuth error</h2>
2023-05-01 19:18:48 +02:00
<div class="box compactBox">
<p class="error justify"><?= $error ?></p>
</div>
@endsection