{% if success %}Authentication Successful! 🎉{% else %}Authentication Failed{% endif %}
{% if success %}
> You have successfully authenticated with Smartloop CLI.
> Your access token has been saved securely.
> You may close this window and return to your terminal.
{% else %}
> {{ error_message }}
> Please try again by running smartloop login
in your terminal.
{% endif %}