Files
aad-local-file-share/webui/views/login.ejs
Ludwig Lehnert 70fe6076a4 initial commit
2026-02-03 16:39:37 +01:00

8 lines
283 B
Plaintext

<%- include('partials/header', { title: 'Sign in', user: null }) %>
<section class="panel">
<h1>Sign in</h1>
<p>Use Entra ID to access your file shares.</p>
<a class="primary" href="/auth/login">Continue with Entra ID</a>
</section>
<%- include('partials/footer') %>