{% extends "base.html" %} {% block title %}Brewlog ยท CLI Authentication{% endblock %} {% block content %}
{% if token.is_some() %}

Authenticated

Your CLI has been authenticated. You can close this window.

{% else if error.is_some() %}

Authentication Failed

{{ error.as_ref().unwrap() }}
{% else %}

CLI Authentication

Processing authentication...

{% endif %}
{% endblock %}