Mock with for now

This commit is contained in:
Dmitriy Shishkov 2023-05-17 11:08:40 +03:00
parent 010500e124
commit ca6c913787

View File

@ -20,7 +20,7 @@ function LoginPage() {
password: formData.get('password') password: formData.get('password')
} }
const token = doAuth(data, newAccount) const token = "a" // doAuth(data, newAccount)
setToken(token) setToken(token)