{% if success %}Authentication Successful! 🎉{% else %}Authentication Failed{% endif %}

{% if success %}
response
> 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
> {{ error_message }}
> Please try again by running smartloop login in your terminal.
{% endif %}