Make the register/login pages link to eachother.

This commit is contained in:
Zed A. Shaw 2025-06-29 13:42:09 -04:00
parent 07ff0e6a97
commit 014611a901
2 changed files with 3 additions and 0 deletions

View file

@ -71,6 +71,8 @@ func TestStreamPage(t *testing.T) {
func TestMain(m *testing.M) {
data.Setup("sqlite3", "./db.sqlite3")
m.Run()
data.Shutdown()
}