Menu
AkurAI-Build
publicLatest change 909be28483bafa4a3a18032f28ce83d29788fd24 - fix(public-ui): resolve AKURAI-BUILD-17..21 by Ólafur Búi Ólafsson
{% extends "layouts/base.html" %}
{% block title %}Sign in — AkurAI Build{% endblock %}
{% block body %}
<main class="ab-public ab-login-page">
<header class="ab-nav">{% include "partials/public-wordmark.html" %}<a class="ab-button ab-button-quiet" href="/">Back to site <span aria-hidden="true">←</span></a></header>
<section class="ab-login" aria-labelledby="login-title">
<p class="ab-kicker">Identity verification</p>
<h1 id="login-title">Continue to your<br><em>control plane.</em></h1>
<p class="ab-lede">AkurAI Auth verifies your identity. Your password stays with AkurAI Auth and is never sent to AkurAI Build.</p>
<a class="ab-button ab-button-primary ab-login-action" href="{{ authorize_url }}">Continue with AkurAI Auth <span aria-hidden="true">→</span></a>
<p class="ab-login-note"><span aria-hidden="true">✓</span> Secure single sign-on for your self-hosted workspace.</p>
</section>
</main>
{% endblock %}