{% if error == 'access_denied' %}

Access Denied


Reddit Terminal Viewer was denied access and will continue to operate in unauthenticated mode, you can close this window. {% elif error != 'placeholder' %}

Error : {{ error }}

{% elif (state == 'placeholder' or code == 'placeholder') %}

Wait...


This page is supposed to be a Reddit OAuth callback. You can't just come here hands in your pocket!

{% else %}

Access Granted


Reddit Terminal Viewer will now log in, you can close this window.

{% end %}