mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-16 04:32:19 +00:00
cleanup
This commit is contained in:
@@ -31,7 +31,6 @@ export default function LoginPasskey({
|
||||
setLoading(true);
|
||||
updateSessionForChallenge()
|
||||
.then((response) => {
|
||||
console.log(response);
|
||||
const pK =
|
||||
response.challenges.webAuthN.publicKeyCredentialRequestOptions
|
||||
.publicKey;
|
||||
@@ -85,7 +84,6 @@ export default function LoginPasskey({
|
||||
|
||||
async function submitLogin(data: any) {
|
||||
setLoading(true);
|
||||
console.log(data);
|
||||
const res = await fetch("/api/session", {
|
||||
method: "PUT",
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user