Added username to navbar when logged in

This commit is contained in:
2025-02-13 23:14:44 +11:00
parent 15c2dcc46f
commit 6c02e3fe90
2 changed files with 27 additions and 13 deletions

View File

@@ -4,8 +4,9 @@ import (
"database/sql"
"fmt"
_ "github.com/mattn/go-sqlite3"
"github.com/pkg/errors"
_ "github.com/mattn/go-sqlite3"
)
// Returns a database connection handle for the Turso DB