Skip to content

Commit

Permalink
delete asking for mail adress in landing
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed May 23, 2024
1 parent 925528a commit b85964a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion lib/oidcAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const { generators, Issuer } = require("openid-client")
const config = require("../config.js")
const urls = require("../urls")
const db = require("../lib/db")
const format = require("../lib/format")

const urlCallback = urls.createConf

Expand Down
4 changes: 0 additions & 4 deletions views/landing.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
<% } %>

<form action="<%= urls.startAuth %>" method="POST">
<div class="fr-input-group">
<label class="fr-label" for="email">Votre adresse mail professionnelle :</label>
<input class="fr-input" type="email" id="email" name="email" required>
</div>
<% if(FEATURE_RESERVATIONS) { %>
<div class="fr-input-group">
<label class="fr-label" for="day">Date d'expiration de votre conférence :</label>
Expand Down

0 comments on commit b85964a

Please sign in to comment.