Skip to content

Commit

Permalink
Imports organized
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 2, 2024
1 parent 808e3b0 commit fac3c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account-gui/src/routes/WebAuthn.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import {create, get, supported} from "@github/webauthn-json";
import {create} from "@github/webauthn-json";
import {conf, links} from "../stores/conf";
import {onMount} from "svelte";
import {webAuthnRegistration, webAuthnRegistrationResponse} from "../api";
Expand Down

0 comments on commit fac3c58

Please sign in to comment.