make login page date different depending on auth type

This commit is contained in:
2026-08-04 21:07:07 -04:00
parent ab78dd711f
commit 8a8ebcdeec
5 changed files with 92 additions and 41 deletions
+1
View File
@@ -14,6 +14,7 @@ func main() {
ServiceName: "Astral Calendar",
AuthRequestFunction: auth.HandleAuthRequest,
})
webserver.ServeWebpage("/callback", auth.OAuthCallback)
webserver.EnableLogoRoute()
webserver.EnableStaticRoute()
webserver.ServeWebserver()