chore: downgrade formsnap

This commit is contained in:
Elias Schneider
2025-01-27 12:00:40 +01:00
parent 04c7f180de
commit dab37c5967
3 changed files with 4743 additions and 4779 deletions

View File

@@ -1,8 +1,8 @@
import type { Passkey } from '$lib/types/passkey.type';
import type { User } from '$lib/types/user.type';
import type { AuthenticationResponseJSON, RegistrationResponseJSON } from '@simplewebauthn/types';
import APIService from './api-service';
import userStore from '$lib/stores/user-store';
import type { AuthenticationResponseJSON, RegistrationResponseJSON } from '@simplewebauthn/browser';
class WebAuthnService extends APIService {
async getRegistrationOptions() {