make login page date different depending on auth type
This commit is contained in:
@@ -14,6 +14,7 @@ func main() {
|
||||
ServiceName: "Astral Calendar",
|
||||
AuthRequestFunction: auth.HandleAuthRequest,
|
||||
})
|
||||
webserver.ServeWebpage("/callback", auth.OAuthCallback)
|
||||
webserver.EnableLogoRoute()
|
||||
webserver.EnableStaticRoute()
|
||||
webserver.ServeWebserver()
|
||||
|
||||
Reference in New Issue
Block a user