|
|
@ -7,15 +7,16 @@ import PageLayout from '../layouts/PageLayout.astro'
|
|
|
|
|
|
|
|
|
|
|
|
<!-- form with username and password, and a button for oauth login -->
|
|
|
|
<!-- form with username and password, and a button for oauth login -->
|
|
|
|
<form action="/login" method="post">
|
|
|
|
<form action="/login" method="post">
|
|
|
|
<h3>Accedi con Poisson</h3>
|
|
|
|
<h3 class="center">Accedi con Poisson</h3>
|
|
|
|
<input type="text" id="username" placeholder="Username" name="username" required />
|
|
|
|
<input type="text" id="username" placeholder="Username" name="username" required />
|
|
|
|
<input type="password" id="password" placeholder="Password" name="password" required />
|
|
|
|
<input type="password" id="password" placeholder="Password" name="password" required />
|
|
|
|
|
|
|
|
|
|
|
|
<button class="primary" type="submit">Login</button>
|
|
|
|
<button class="primary center" type="submit">Login</button>
|
|
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
<hr />
|
|
|
|
<h3>Accedi con Ateneo</h3>
|
|
|
|
|
|
|
|
<a href="/auth/ateneo" class="primary" role="button">Login</a>
|
|
|
|
<h3 class="center">Accedi con Ateneo</h3>
|
|
|
|
|
|
|
|
<a href="/auth/ateneo" class="primary center" role="button">Login</a>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
<!-- <span class="material-symbols-outlined">person</span> -->
|
|
|
|
<!-- <span class="material-symbols-outlined">person</span> -->
|
|
|
|
</PageLayout>
|
|
|
|
</PageLayout>
|
|
|
|