mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-15 17:16:59 +02:00
Fixed issue with login screen that was recently introduced
This commit is contained in:
parent
6485162b14
commit
d9743c6f50
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
|
||||
const loginButton = document.getElementById('loginWebAuthnButton');
|
||||
const emailInput = document.querySelector('input[name="email"]');
|
||||
const passwordInput = document.querySelector('input[name="password"]');
|
||||
|
||||
loginButton.addEventListener('click', async function() {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue