Persists login cookie between browser restarts

This commit is contained in:
2020-08-14 15:29:47 +02:00
parent 934820274b
commit 1b79635ffa
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ val serverModule = module {
}
val userModule = module {
single { UserController(get(), get()) }
single { UserController(get(), get(), get()) }
single { UserView(get()) }
}