consent_respond.html [templates/er2_oauth] Revision: default  Date:
<!DOCTYPE html>
<html>
<head>
    <title>{{ app_name }} Login</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <script>
        window.location.replace('{{ redirect_to }}')
    </script>
</head>
</html>