<section>
  {{#unless provider}}
    <div class="oauth-controls">
      <button class="auth-button patreon-button" data-action="selectPatreon">
        <i class="fab fa-patreon"></i>
        Login with Patreon
      </button>
      <button class="auth-button discord-button" data-action="selectDiscord">
        <i class="fab fa-discord"></i>
        Login with Discord
      </button>
    </div>

    <div class="oauth-instructions">
      <p>To use this feature, you must be a Baileywiki supporter.</p>
      <p>Choose one of the options above to authenticate.</p>
    </div>
  {{/unless}}
</section>
