04/18 Enhance app functionalities: master password reset, account deletion/recovery

This commit is contained in:
2026-04-18 14:39:01 -04:00
parent 4d3f9844f0
commit f7fdb9db8a
10 changed files with 1186 additions and 2 deletions
+4
View File
@@ -107,4 +107,8 @@ def create_app(config_name: str = 'development') -> Flask:
def vault_page():
return render_template('vault/index.html')
@app.route('/recover')
def recover_page():
return render_template('auth/recover.html')
return app