{% 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 is not None %}

Error


{{ error }}

{% elif (state is None or code is None) %}

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 %}