1
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:
Adhityaa
2018-06-09 15:37:53 +05:30
parent 5f23706003
commit a9b235ef0b
7 changed files with 192 additions and 2 deletions

View File

@ -63,6 +63,8 @@ func initStaticRouter(router *mux.Router) error {
pages := []string{
"login",
"forgot",
"reset-password",
"signup",
"dashboard",
"logout",