Make the register/login pages link to eachother.
This commit is contained in:
parent
07ff0e6a97
commit
014611a901
2 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,8 @@ func TestStreamPage(t *testing.T) {
|
|||
|
||||
func TestMain(m *testing.M) {
|
||||
data.Setup("sqlite3", "./db.sqlite3")
|
||||
|
||||
m.Run()
|
||||
|
||||
data.Shutdown()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue