Fix passkey authentication
Also prep for better router layout
This commit is contained in:
parent
e2260e4a0f
commit
b9eb4234f4
11 changed files with 289 additions and 21 deletions
3
main.go
3
main.go
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue