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