initial commit
This commit is contained in:
7
webui/views/login.ejs
Normal file
7
webui/views/login.ejs
Normal file
@@ -0,0 +1,7 @@
|
||||
<%- 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') %>
|
||||
Reference in New Issue
Block a user