mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
frontend: add password reset functionality
This commit is contained in:
@ -63,6 +63,8 @@ func initStaticRouter(router *mux.Router) error {
|
||||
|
||||
pages := []string{
|
||||
"login",
|
||||
"forgot",
|
||||
"reset-password",
|
||||
"signup",
|
||||
"dashboard",
|
||||
"logout",
|
||||
|
Reference in New Issue
Block a user