mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
forgot-password.html working
This commit is contained in:
@ -102,12 +102,12 @@
|
||||
* This function is responsible for the log-in process
|
||||
*/
|
||||
async function login() {
|
||||
const email = document.getElementById("email").value;
|
||||
const password = document.getElementById("password").value;
|
||||
|
||||
if (!validateFields()) {
|
||||
return;
|
||||
}
|
||||
const email = document.getElementById("email").value;
|
||||
const password = document.getElementById("password").value;
|
||||
|
||||
|
||||
const response = await fetch(`${API_URL}/persons/me/token`, {
|
||||
method: "POST",
|
||||
|
Reference in New Issue
Block a user