Fix passkey authentication

Also prep for better router layout
This commit is contained in:
Melody Becker 2024-10-15 16:16:18 +02:00
parent e2260e4a0f
commit b9eb4234f4
11 changed files with 289 additions and 21 deletions

View file

@ -3,7 +3,6 @@ package main
import (
"embed"
"fmt"
"io"
"os"
"strings"
@ -77,8 +76,6 @@ func main() {
log.Fatal().Err(err).Msg("Failed to setup passkey support")
}
fmt.Println(nojsFS.ReadDir("frontend-noscript"))
server := server.NewServer(
store,
pkey,