Implement settings dialog and password changes.

This commit is contained in:
2023-11-20 19:26:51 +00:00
parent 907fdb9baf
commit dfd4a15cc9
11 changed files with 228 additions and 36 deletions
+1
View File
@@ -44,6 +44,7 @@ export default defineConfig({
"/files": dev_backend,
"/login": dev_backend,
"/logout": dev_backend,
"/password-change": dev_backend,
"/zip": dev_backend,
"/preview": dev_backend,
}